You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have Requirements or Enhancements in a JiRA project. One or multiple stories are linked to these Requirements or Enhancements. I want to define the overall status of the Requirements or Enhancements based on the staus of the stories linked to them.
For example- if all the linked stories are Completed then the Requirements is Closed or if one of the Story is in Open or InProgress then the requirement is In Progress, if one of the Story is in Resolved or In Testing then the Requirement is In Testing.
How can I get this view for a release or sprint?
Hi,
I don't think this is possible with Jira, without using any third-party add-ons (such as Scriptrunner)
Hi Negin,
Could you please direct me to any articles or already available solutions that I can refer to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so the basic idea can be to transition the "requirement" issue based on the statuses of the linked issue.
Since there is no such "linked issue" event in Jira (https://jira.atlassian.com/browse/JRASERVER-8505), you can create a service that runs every 5 or 10 minutes (or whatever you want).
This service should search for the "requirement" issues and check for all the linked issues, and check for the status of each linked issue and based on your logics should transition the "Requirement" issue.
here you can find to some snippets
Hope this can help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.