Hi
I am trying to create a page template in the new confluence something like this:
<th>Jira Number</th><th>Summary</th><th colspan="1" width="">Work Status</th><th colspan="1" width="">Date Started</th><th colspan="1" width="">Date Resolved</th><th>Risk</th><th>Notes</th>
| $UserEnteredJiraNoRow |
{getJiraData:$UserEnteredJiraNoRow,Summary} |
{status description={getJiraData:$UserEnteredJiraNoRow,status} color=getJiraData:$UserEnteredJiraNoRow,RagStatus}
}
|
{getJiraData:$UserEnteredJiraNoRow,DateStarted} |
{getJiraData:$UserEnteredJiraNoRow,ResolutionDate} |
High/Medium/Low |
Some notes go here |
I want the users to be able to add rows to the table and populate the JIRA Number Field, the risk field and the notes field. I want the text in Summary,date started and date resolved to be pulled from the JIRA issue itself.
I don't want to use the JIRA macro plugin as its not really what I am trying to do as you can see by the above table and code sample.I made up the getJiraData to try and show what I am trying to do. Hope it makes sense.
I am new to Confluence, but this seems like a rather obvious and missing feature....or am I missing something.
" alt="image" />
Is there a 3rd party plugin that can do this? Seems odd that confluence cant do this.