I have been tasked to automate creation of report, like show issues not linked, not closed etc.
The end result should be excel or word doc with several columns containg list of issues. I can generate these lists running my separate groovy scripts in Script Console. Then I copy/paste results to different columns. But I'm wondering if end users (Prod Managers) could just click a button and have report ready. What is the best approach to this? My only guess is to create a custom issue type with scripted fields. Please advise if anyone had similar task.
We are using two methods (basically postfunctions in WF adding attachment):
I was going to do "script reports" but didn't bother because the reports functionality in jira seems to be getting increasingly marginalised. Instead I wrote a general reports and gadgets plugin but abandoned it.
I don't have a good answer right now. Maybe workflow actions on a specific issue type that will generate the excel or whatever and add to the issue as an attachment? Seems a bit clunky.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Jamie, I'll take a look at your reports plugin. BTW, nice Order of the Red Star :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks ;-)
I wouldn't bother with the reports plugin, try the other idea...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.