- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-01-2023 03:19 AM
Hi All,
"Jira-edit-Issue" task has some default Arguments as Inputs (eg: IssueID, priority,status, summary, description etc.,). Now I need to add new field as Inputs to Jira edit issue from XSOAR, fields like resolution, etc.
I tried editing the script also..
Can anyone please help me which part of the script needs to be edited.
Thanks
08-03-2023 05:03 AM
Hi @Himangi ,
Did you try using the issueJson key where you can provide the JSON value of the desired change? Please see some examples on the documentation page.
issueJson | The issue object (in JSON format). E.g., {"fields":{"customfield_10037": "field_value"}}. | Optional |
08-03-2023 05:03 AM
Hi @Himangi ,
Did you try using the issueJson key where you can provide the JSON value of the desired change? Please see some examples on the documentation page.
issueJson | The issue object (in JSON format). E.g., {"fields":{"customfield_10037": "field_value"}}. | Optional |
08-28-2023 03:32 AM
If we want to add the dropdown fields which we manually added in Jira. How to add the dropdown field names?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!