I have a service desk for requests for lab work internal to our company. We gather information in the issue relating to the request and the work that was completed. I'd like to use Forms to auto-generate a report, using linked data from the issue.
There are several fields I can't seem to link to:
I'm note sure this is possible, but I'd like to be able to add all the Issue Comments onto the Form as well. I plan to use an automation to create the form when the issue is resolved, creating a PDF. Which will then act as a standalone Report for the work.
Hi @Jamie Wilson,
It might be better and easier to create a powerful dashboard in Jira that serves as a report, by using our Great Gadgets app.
Have a look over this article on our blog: An effective dashboard for Service Desk and Customer Support teams in Jira Service Management
Or maybe a custom report in Confluence that you can then export in PDF, by using the same gadgets.
I hope this helps.
Thank you,
Danut Manda
Thanks for the reply, however the report is a technical analysis report, not a status report so dashboards aren't suitable in this case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using Form to capture data associating to issues is a great solution. However, if you want to generate reports from the Forms, you will need to Forms' REST API to pull in the data captured in your Form, unless the elements you used in the form setup are linked to JSM issue's fields. If they are mapped, then you can pull the data by using JQL search results against issues.
As of right now, it is my understanding that Form's data (not mapped to JSM issue fields) are only stored within Forms.
In Atlassian Cloud Roadmap - They are continuing to make REST APIs better (see reference link - https://www.atlassian.com/wac/roadmap/cloud/forms-api-improvements?status=future;comingSoon&search=forms&p=0929119e-59)
Lastly, here is the answer to your 2nd part of your ask -
Issue Created Date - It is the named "created"
Issue Resolved Date - It is named "resolved"
Issue Key - it is named "issuekey" (this will always contain the project key along with the issue number)
All three fields can be used in JQL advanced search operation and include in the results.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the response.
The aim is to have each issue field directly linked to a form field. For the dates however, the only 'created' field available is the 'Date Created' field which is a custom field and not used within this case. The JIRA built in 'created' field isn't an option when I search:
I can use it in JQL filters no problem, just not when trying to link it with a Form field.
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.