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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,026
Community Members
 
Community Events
184
Community Groups

I have automated an epic creation when an idea transitions to status to "NEXT" I would like to au

I have automated an epic creation when an idea transitions to status to "NEXT" I would love to be able to automatically add the delivery ticket to the Delivery Progress Field. 

PMs regularly forget to add the delivery epic to the idea. I find the delivery progress field provides a great at a glance overview of work in progress for stakeholders and myself (as well as quick access to the delivery tickets) 

I have been able to achieve a similar thing with automatically creating a confluence page when a status moves and then posting the link back to a "Documentation" field on the idea. 

 

Is there anything I can do to make this happen? 

 

2 answers

3 votes
Hermance NDounga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 16, 2023

Hi Liam,

i am guessing that you create an epic, but that this epic doesn't appear in the delivery panel, hence isn't tracked under the delivery progress field. 

For that i'd suggest to also set up the issue link when you create the epic.  

Screenshot 2023-03-16 at 10.41.59.png

Cheers,
Hermance
Product Manager @ Jira Product Discovery

1 vote
Jens Schumacher - Released_so
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.
Mar 16, 2023

Hi @Liam Cottam 

 

It sounds like you are already using Jira Automation to create an Epic when the issue transitions, is that correct? If so, all you need to do is add the following snippet to the same create issue step under More options.


{"update": {
"issuelinks": [
{
"add": {
"type": {
"name": "Polaris issue link"
},
"outwardIssue": {
"key": "{{issue.key}}"
}
}
}
]
}
}


The above will create an issue link between the newly created epic and the idea ticket. 

 

Cheers,
Jens

Released.so - Release notes powered by Jira

Jens Schumacher - Released_so
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.
Mar 16, 2023

Or you could use @Hermance NDounga  solution with the UI, which is simpler than using the JSON format  :)  

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events