I need to create reports with cross project dependencies

Shanu Wara September 26, 2016
 

2 answers

0 votes
Shanu Wara September 26, 2016

Looks like my actual comments have not appeared.

Hi there,

I want to create a report for all the issues for given project in a sprint with the statuses of the dependency issues that could be in other projects. 

e.g.

IssueNo.   Blockers     Blocker Status   Parent Status          

TST-1        AB-1             Open                 On hold

TST-1       CD-4           To Do                  On Hold

 

etc.

I can get list of sub-tasks within the same project using below:

project = "XXX" AND Sprint = 1234 OR issueFunction in subtasksOf("project = 'XXX'  AND Sprint = 1234") order by key, subtasks

 

But not of other projects.

Is anyone able to help me with this please?

Thanks.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2016

Ok, so go ahead and create them.

There's no information on where you are stuck here.  Could you explain more?

Suggest an answer

Log in or Sign up to answer