Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scripted Groovey Question

Pete P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2021

I need to append the reporter name after the summary on specific issues where the customer request type is "Access to Network Share".

This works to filter request type I need:
issue.get("customfield_10602")?.name == "Access to Network Share"

How can I combine above with 

issue.summary = issue.summary + ": " + issue.get("Reporter")

 

 

If not possible in groovey how would I do something like this with another app?

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.5
TAGS
AUG Leaders

Atlassian Community Events