Customfield in JIRA

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

Customfield in JIRA

L2 Linker

Hi,
I have integrated JIRA with XSOAR.
I have created a custom field in JIRA which has a dropdown list with options. I want the value to be populated in JIRA by XSOAR.
I am using jira edit issue automation where I am providing {"fields":{"customfield_xyz":{"value":"${abc.answer0}"}}} in issuejson. I can see the abc.answer in task output of the playbook but the same is not updating in JIRA custom field.
Can anyone please assist.

Thanks,
Himangi S.

1 REPLY 1

L4 Transporter

Hi @Himangi, does the jira-edit-issue command return any error, or does it complete successfully but the field is just not updated?

 

Please see here for an example of what this input should look like with a custom field: https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-create-issue-7897248/#exa... 

 

Looking at the JSON you pasted above compared to the example I linked, the issue may be that the "value" key does not need to be there.

  • 312 Views
  • 1 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!