I've created a table view in Confluence that displays fields as submitted via confiforms entries, including the Jira ID # that feeds back to the confiform entry at submission. I wanted to bring the Jira Issue Status field into this field view as a separate field so I followed the following steps from vertuna:
"We add ConfiForms Field macros to the TableView and set the field names parameters like this: myJiraIssue.fields.status.name".
This worked and I now have a separate field that I can export that lists status. I want to do the same thing for another field labelled as "Sprint" (official name is customfield_15) and am unable to get it to work trying:
- myJiraIssue.fields.sprint.name
- myJiraIssue.fields.customfield_15.name
Has anyone run into a problem like this?
Appreciate any help / guidance!