Need some guidance to fetch the epic, story for the all the project.
eg. project="test" . it is fetch all the project. Now i am want to fetch all the epic/ story from all the project. Can you please help me ? I am using two dimensional array.
Hi @Amit Arora
Are you asking how to search for just the Epics and Stories within a project?
You can create an issue search like this:
project = Test and issuetype in (Epic, Story)
To utilise this in the two-dimensional filter gadget on a dashboard, you'd need to save this as filter - to do this:
You can then add your new filter as the filter for your gadget!
Is this what you were looking to achieve? If not, let us know more specifics so we can help further :)
Ste
I had a program which is linked with the different project. I am able to fetch the all epic by below mention query.
issueFunction in linkedIssuesOf("project=Test") AND issuetype = Epic
Now i want to fetch all the story and sub task correspond to EPIC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Amit Arora
Can I confirm:
Ste
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.