Often when our team reviews a bug or another issue, we'll have action points for different members of the team. We want to have all the action points for all these issues consolidated on one page so we can review during weekly meetings.
Right now we're copy-pasting these to a table on a Confluence page and adding a "task list" check box for each one, but this is repetitive and unreliable. I'm looking for a way to automate this so when we add points on the Jira issue, they automatically transfer over to another page where we can track them and check them off. Is anyone aware of a way to do this?
Dear @Shay Subramanian ,
you could automate with the REST API(s). Based on a filter, issues are pulled from Jira and a Confluence page is created / updated. This could be done by a scrip triggered weekly by cron.
If you have developers at hand, this should be a piece of cake for them.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.