- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-29-2023 11:41 PM
I have added a custom field in Jira. I am trying to print the information in jira by fetching through XSOAR. I am using this command {"fields":{"customfield_11503":{"value":"${incident.techniqueid}"}}}
where technique id is getting fetched in XSOAR, I can see in the input field after executing the task, but the same is not getting printed in Jira.
Can anyone please assist..
09-07-2023 01:08 AM
I am giving the command in issuejson field in jira-edit-issue automation in XSOAR. I can see the input i.e mitre technique id getting fetched in XSOAR input field but the same is not getting printed in Jira ticket. The field in Jira is empty.
09-13-2023 07:39 PM
Hi @Himangi, Could you try this without the "value" part. As per the documentation here
https://xsoar.pan.dev/docs/reference/integrations/jira-v2#jira-edit-issue
https://xsoar.pan.dev/docs/reference/integrations/jira-v3#jira-edit-issue
{"fields":{"customfield_11503": "${incident.techniqueid}"}}
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!