Hi,
I have one customized Field (Developed by) in SubTask , It is Selection List Type.
Now, I want that a text Field in Parent Tickets (Developers) manage automatically by Concatenate the values of Its "Developd By" Field of its all SubTask Tickets.
For Example :-
SubTask 1 having DevelopBy = "Amar"
SubTask 2 having DevelopBy = "Vishal"
Then Its Parent Ticket's Custom Field "Developers" should have value "Amar,Vishal"
Please guide me how to achieve this ...
Yes, you can do this with automation rules in Jira. To avoid collision problems building the string, you probably want to do this based upon a change to the sub-task. And, handle the case of the person not already being in the list
For example:
{{issue.Developers}}, {{triggerIssue.DevelopBy.displayName}}
To learn more about automation rules, please review these references and examples:
https://www.atlassian.com/software/jira/automation-template-library#/label/all/1453
Best regards,
Bill
Hello @amar jeet singh sindal ,
If you are on Cloud, please use automation for Jira.
Use the below links as reference.
Note: Me not tried. These from community articles.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.