Hello,
There are some 50 members in the SPRINT and I have to prepare JIRA reports specific to some 20 team member.
JIRA reports will be something like No of Issues resolved, No of Issues Open, No of issues in progress.I am not suppose to use individual user ids in the report as team members will be changing.
Appreciate if you let me know how can we do this.
Hello Shirish
You can do this with VisualScript for Jira. WIth VisualScript, you can create custom reports based off of the relationships of your Jira data. It builds the visuals, and they are located in a Jira dashboard.
For example, in your use case, you can find those 20 specific team members, and group them together. From there you can create as many different metrics as you want. Number of open issues, issues in progress etc are just a few.
If you do not want to use user ids, you can place them all in a group, and find them that way. Either way works. There are many ways to represent that data. The visual can be a table with all of the metrics in different columns that has a hyperlink in each cell to the issue navigator with the results, or you can even use shapes to represent each issue in a grid, with hyperlinks to each individual issue.
The reports are completely customizable with JavaScript, and you can easily reuse your data to create a series of gadgets in a dashboard that gives you all of the reports needed.
FYI - I work on the VisualScript product team.
Evan
This has been my biggest frustration, but then I was able to connect Jira with Power BI using Jira APIs. I have made it opensource and you can get it from here,
https://github.com/KoderLabs/jira-powerbi-template
Using Power BI, you can create all sort of reports you want without much hassle, that too for free. Before going with Power BI, I tried creating a plugin, but creating a plugin for every report takes too much time and is too much hassle to manage a lot of reports.
Feel free to use it and give feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are multiple options to achieve what you want.
I think that "Single Level Group By Report" should do the trick.
You do not have to use individual user ids in the filter, as you can use membersOf() function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.