We need to populate a table in the wiki with all the issues related to a release.
Lets say, ( to make a visual picture of what's needed) that seen the planning board
we have XX issues that resolved YY problems and to do so, ZZ files are changed in each issue.
The information in each issue (as seen in the planning board is:
*Issue type - KEY
*Summary
*Version - release
*Assignee
we need to be able to have a table in the WIKI with this information:
Issue Summary Release # (version) Assignee Files Changed
GCMX-32 it's broke 10.0.X XYZ Migration_123.java
How can we achieve this? add to the information the files changed and put it in a table with this
format?
Could you please give us the steps to make it happen?
Thank you for your support
Fernando
Hi Fernando!
It's quite easy to do it. :)
In any Wiki document you need to add the following macro:
{jira:project = "YOURPROJECT"|server="My Company JIRA Name"|columns=key,summary,version,assignee,priority,status,resolution}
|
(Replace "YOURPROJECT" and "My Company Jira Name" with the information concerning your studio instance). You can read more about the Jira Macros here.
It will create a table with the rows you want to.
About the modified files in your issues I'd look at our documentation and didn't find anything related.
Please let me know if you need some further assistance!
Best regards,
Lucas Timm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.