Hi, I use Form Fields within JSM tickets to collect different types of values such as dollar value and tier number. How can I generate reports/metrics based on form field values from existing tickets?
Hi Ryan,
My experience is that 'Forms' behave as blobs, in that you can not get access to the individual form fields, unless you link the form fields to a Jira Customfield.
You can then run the JQL and get the customfield.
You do end up creating a lot of Custom fields, but the form is defintely more user friendly than a screen of Customfields.
Hope this helps.
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mark,
We successfully created and mapped the custom fields. I'm trying to get the sum and average from those fields for a set amount of time. I'm trying to use filters and dashboards but it's counting the number of tickets rather than the value within the custom field. For example, a custom field is deal size. I want to get the sum of the deal sizes for a set of tickets for the month. What would be the best way to approach pulling stats from values within custom fields?
Thanks,
Ryan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ryan Swimm ,
You can try creating a custom report according to Atlassian support docs
To create a new custom report:
I hope this helps,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael, thanks for this. But the required fields do not appear in the Series dropdown. Only the "predefined series", "customer satisfaction series", "time metrics series". I don't see any of the fields from the form fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.