You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like when I create an issue, the summary to be automatically updated in this way-;
summary = issuetye + summary
what I can do it ?
Hello @Consulente Atlassian
In automation, choose the create issue trigger, then "Edit issue" and put this following option
Hope this helps
Hello @Mohamed Benziane
Thanks for the answer,
I have a follow up question:
I want to add prefix on the summary, team wise
Egs: If I select "QA" while creating any issue type then it should add 'QA' as prefix to all the issue types where QA has been selected under Teams section.
Similarly, for 'UX' , 'DevOps' etc.
I want Summary to be updated with initials of the teams ( which is creating any issue type)
Can you please suggest how can we do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohd,
Same as above, from your Project Settings, Automation, create a new rule/or edit your exising rule,
Note: If your custom field is named "My Team Custom Field Name", use {{issue.My Team Custom Field Name}} - {{issue.Summary}}
You can read more about Jira Automation smart values. https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
Hope that helps.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.