Hi,
I am using JIRA with Agile methodology.
We have many stories in JIRA. As a QA, we are report all issues and linked to respective stories.
Now I want to export all the issues in excel which is linked with story. Please help me.
Thanks,
Malay Parikh.
Hi Malay,
Do export only a subset into your excel file, you can first run a filter (JQL query) and then export only this subset. To do this:
1) Go to Issues > Search for Issues
2) Enter a JQL Query. The visible issues will only be a subset that matches your query.
3) Choose Export > Excel to export this subset of issues together with their fields
Hi Malay,
What is the relationship between your stories and issues? In other words: how are your stories represented in JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In any stories, if I found any bug then I just link it to perticuler stories.
Please let me know if you require any further details.
Thanks for your support.
Mlay Parikh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
To support Benji's answer, you could use or modify this JQL query : " project = "<project name>" and issueFunction in hasLinks("is a bug report for") ". This is If you are using "is a bug report for" to link the bugs you have linked to a particular stories. Then as Benji have posted in step 3, "Export it to excel"
Regards,
Haizel
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.