...
ConfiForms communicates with your Jira using an application link (or a web service connection if you are using ConfiForms cloud) and works with a JSON structures
Info | ||||
---|---|---|---|---|
How to get a JSON structure from Jira for your Jira issue
for example
|
Expand | ||
---|---|---|
| ||
|
...
We add ConfiForms Field macros to the TableView and set the field names parameters like this
Issue type | myJiraIssue.fields.issuetype.name |
assignee name | myJiraIssue.fields.assignee.name |
project type | myJiraIssue.fields.project.projectTypeKey |
And based on the data in our Jira the TableView will now render the following view
...