How do I export a custom report to excel or cvs of tasks from the filtered view?
I see the option to export issues to csv, but that is limited to all fields. What I would like to to export a tailored csv, excel, google sheets with select data points.
Hi @Jeff Wogan
The boards are just visual representations of the status of the issue(s), so when you close out the Dev board and mark all the issues as DONE the issues are considered completely resolved. Since the status of the issues are DONE there is nothing for the QA board to display. Having separate sprints for QA and Dev can be tricky; in Jira the only way I can think of do that is to have two separate projects; one for Dev and one for QA.
Here is what I suggest:
Doing it this way will allow your Dev team to have a 2 week sprint, release that code to QA, who then tests the code one sprint behind.
Of course, this is not really "Scrum" strict "Agile" since the goal of the scrum team is to have a shippable product release at the end of each sprint, but I won't tell anyone if you don't.
Hope this helps,
-Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a little difficult. The best thing to do would be to write stories that dev and qa can both complete in the same sprint and get them on the same sprint cadence and board.
Using two boards and two sprints will mess with reporting such as burndowns. The issue will appear as incomplete in Dev's board. But if you must;
You'll need to build the workflow in such a way that the rightmost column of the dev board is the backlog of the QA board. for instance
Open->In Progress->Resolved --> Testing --> Closed
Where the Dev board uses only Open --> In Progress --> Resolved
and the QA board only uses Resolved -> Testing -> Closed
Another option is to have the dev board use a kanban board. It would seem that your QA team will always work on the dev completed issues as they flow in, this may help with the reporting.
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.