Hi,
I created a ConfiForm to pull some fields from Jira into a TableView in Confluence. I am then using the following configuration in the Field Name of ConfiForms Field macros:
nameoffield.fields.fixVersions.description
This is working fine with fixVersions, however, I am trying to do the same using the Jira Issue field type and pull names and values of 2 Custom Fields.
I have tried these two configurations suggested by other tickets, but none of it work:
nameoffield.fields.customfield_#####.greenhopperAsJSON.name
nameoffield.fields.customfield_#####.name
nameoffield.fields.customfield_#####-val.name
Thank you @Alex Medved _ConfiForms_ , yes, I have been looking at that tutorial, and also this one: https://wiki.vertuna.com/spaces/CONFIFORMS/pages/5341277/Accessing+field+values+and+properties
Based on both, I have tried all of the following configurations in the Field name of the ConfiForm Field macro inside TableView, but none are working for me (I am trying to pull the value of the parent of a Jira Field Type: Cascaded Field:
NameField1.[entry.customfield_#####]
NameField1.[entry.customfield_#####.parentLabel]
NameField1.[entry.customfield_#####.parent.label]
Any help with this configuration will be greatly appreciated,
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What JSON structure is returned for the field you want to show in a TableView?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am only creating a record in Confluence, not creating or updating any Jira IssueType. Forgot to add to the ticket, that this configuration is INDEED working in TableView for other CustomFields I need in TableView, it is not working only for the Cascading field type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not talking about updating Jira issue here. You want to show the data from the Jira issue using the ConfiForms Field of a Jira type, right?
So, WHAT JSON gets returned for the Jira issue and for the field of interest in particular, as per advice in the https://wiki.vertuna.com/spaces/CONFIFORMS/pages/42926274/Accessing+Jira+issue+fields+directly+from+ConfiForms+using+Jira+issue+field ?
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.