Add additional fields in Jira edit issue task

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

Add additional fields in Jira edit issue task

L2 Linker

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

1 accepted solution

Accepted Solutions

L4 Transporter

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


https://xsoar.pan.dev/docs/reference/integrations/jira-v2#:~:text=Base%20Command%23-,jira%2Dedit%2Di...

View solution in original post

2 REPLIES 2

L4 Transporter

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


https://xsoar.pan.dev/docs/reference/integrations/jira-v2#:~:text=Base%20Command%23-,jira%2Dedit%2Di...

L2 Linker

If we want to add the dropdown fields which we manually added in Jira. How to add the dropdown field names? 

  • 1 accepted solution
  • 1329 Views
  • 2 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!