Fetching fields in issuejson

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Fetching fields in issuejson

L2 Linker

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..

3 REPLIES 3

L3 Networker

Which specific XSOAR command are you using to update JIRA?

What are you seeing on the JIRA side?

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.

L5 Sessionator

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}"}} 

 

 

 

 

  • 1076 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!