I have no permission to delete a release ( version ) , how can I deal with it?
Hi Nicholas,
You can use the JIRA Issues Macro to display a list of your 'Decision' issues on any Confluence page.
You could use JQL like:
project = YOURPROJECT and issuetype = DECISION
If you don't want your page to display all the decisions from your project, you'll need to add something to your issues to flag them as relating to whatever subject your page is about.
Perhaps a label?
So the JQL for your JIRA Issues Macro in Confluence would become:
project = YOURPROJECT and issuetype = DECISION and labels = your-page-subject
Is this close to what you want?
If not, give a bit more information about how you would class issues as relating to a particualr page, and someone may be able to chip in with a better answer.
I've considered the added effort of putting labels on every decision as well, but not satisfied with that option. These documents represent one deliverable on the project as a whole and so I would need to define a label structure for every growing feature request.
Not every document for sure will even have a decision associated with it, so ideally I would like to just link it to the page if a created decision was at all associated with this deliverable document.
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.