Hello
I am trying to create a custom report using groovy scriptrunner.
For e.g. I'd like to
1. Create a new report form with some inputs (I assume I can create such form as new script runner REST endpoint)
2. Place this form in a Project->Reports section (e.g. like standard reports - "average age report", "created vs resolved issues", ...) or as new gadget
3. Run report when submitting this form (I assume it could be realized as execute another REST endpoint from REST endpoint with my custom form).
At the moment I am able to create only a link in project section (using custom web item) and execute custom REST endpoint (my custom form) as dialog ("run code and display a dialog") or as a simple link ("navigate to a link").
Is it correct way to create a custom report?
Is it possible to place my form inside Project->Reports section (or may be as new gadget)?
Thanks,
Fyodor
Hello,
You can not create a report using Scriptrunner.
But I want to!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want three!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure you can, I do it all the time. What's preventing you to create a report?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And how do you do that?
Can you post a little example?
I am looking for a solution to get a report of all processed tasks of a user across projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Firstly, will your report need criteria. If yes you need to
Next you need to create a REST endpoint that takes the form input and generates the report. I normally generate an excel file using Apache POI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
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.