-3

Given a list of jira tickets, with fields such as this: example list of fields Is it possible to create a report that will automatically render these jiras by team member name on the side and date on the top? The aim is to show what each person is working on, week by week.

Eg. it would look something like this: example swimlane diagram

Or do I need to buy a plugin to do this? thanks

Community
  • 1
  • 1

1 Answers1

0

This is not possible with plain Jira.

Few options:

  1. $$$ - With Mail.Ru Calendar plugin you can have a "sort" of result similar to what you need by:
    • selecting week view
    • use a filter to pick selected issues
  2. $$$ - With EazyBi you can have exactly what you want, but you need a little practising with MDX language or interface.
  3. FREE - You may try with the new Analytics & BI for JQL but I've never tried

If these are not good for you, just spend some time on the Jira marketplace, there are MANY reporting plugins.

Stefano Coletta
  • 680
  • 6
  • 12
  • Many thanks (waiting for my reputation to increase so i can upvote) – Stacko qwe Sep 09 '18 at 18:48
  • sorry, i anyone has an example of one of the plugins on the atlassian site that do this, that would be great - i can see there are a lot of options, but as i don't have a version of jira that i can download these onto and try them out, i can't tell if they do what i want. – Stacko qwe Sep 09 '18 at 19:55
  • Just click on the links of the answer to see screenshots and documentation of the plugins. Some will provide a demo site. To accept an answer to a question you made, you don't need reputation. – Stefano Coletta Sep 10 '18 at 06:00