The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to report on a certain issue type "Requirement" or Enhancement" that has stories/ bugs linked ?

How to report on a certain issue type "Requirement" or Enhancement" that has stories/ bugs linked ?

Subhrasankha Mohapatra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 5, 2019

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Negin Nafari
Contributor
November 5, 2019

Hi,

I don't think this is possible with Jira, without using any third-party add-ons (such as Scriptrunner)

Subhrasankha Mohapatra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 5, 2019

Hi Negin,

 

Could you please direct me to any articles or already available solutions that I can refer to?

Negin Nafari
Contributor
November 5, 2019

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