-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MyToDoTasksWidget] automation query bug fix (#27856)
* Update search query; Update table name * Update docker image * Update release notes * Remove ignore for RM109 * Add README.md file * Ignore main function in UT coverage * Add human readable output example
- Loading branch information
1 parent
087e76c
commit 180a0a3
Showing
6 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#### Scripts | ||
|
||
##### MyToDoTasksWidget | ||
|
||
- Fixed an issue that prevented the script from showing open tasks for users who had a significant number of closed tasks assigned to them. | ||
- Updated the Docker image to: *demisto/python3:3.10.12.63474*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
A script that creates a table of all the ToDo tasks assigned to the current user. | ||
|
||
## Script Data | ||
|
||
--- | ||
|
||
| **Name** | **Description** | | ||
| --- | --- | | ||
| Script Type | python3 | | ||
| Tags | widget | | ||
| Cortex XSOAR Version | 6.1.0 | | ||
|
||
## Inputs | ||
|
||
--- | ||
There are no inputs for this script. | ||
|
||
## Outputs | ||
|
||
--- | ||
### Human Readable Output | ||
|
||
>### My ToDo Tasks (1) | ||
>|Task Name|Task Description|Task ID|SLA|Opened By|Incident ID| | ||
>|---|---|---|---|---|---|---| | ||
>| task | task description | 1@1 | 0001-01-01 00:00:00+0000 | user | 1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters