Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to auto populate custom field(text) based on another custom field(checkbox) using script runner

Mindy Johnson July 23, 2019

I am trying to run an extract to provide an off-site team just the latest comments on a JIRA ticket if the ticket has a comment.  Is there a way to auto-populate the latest comment with the last comment on the Jira ticket.

 

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 26, 2019

Hi Mindy,

Thank you for your question.

I can confirm that to achieve your requirement inside ScriptRunner for Jira Cloud that your script would need to make a call to the Get Comments API to get all the comments from an issue and then to extract the last comment from all the comments returned for that issue and to save this to a variable.

Your script would then need to make a call to the Add Comment API in order to post a comment onto with the issue with the last comment which you have saved inside of the variable.

Alternatively, you could update a multi-line text field on the issue to store the comment value which you have saved in a variable by making a call to the Issue API and I can confirm that we have an example of how to update an issue inside of the documentation page here.

If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.

Regards,

Kristian

 

 

TAGS
AUG Leaders

Atlassian Community Events