I've got bi-weekly and Monthly report pages being created, via automation in confluence. It essentially shows the work completed over the previous period. Also updates on open risks etc...
I need a way for the new page, and the /Jira macros to remain static after it is created, to allow for an audit log of progress over time. Any guidance on the macro or JQL filter or 3rd party product which would allow this ? Is there such a thing as a "run once" ?
@Nigel Mitchell Since the point of the Jira macro is to provide a view of the current state of the tickets when viewing the page, you would indeed need a way to create the page without using this macro.
When using the macro, I would think that the only way to capture a static view of the page would be to:
I'm not sure if you can automate the export or the image capture. If you then, attach the PDF or image file to the page (add a description when uploading), you will have a record of the state of the page each time you generate such a file (for example, you might have attachments for when created, week 1, week 2, week 3, or whatever convention makes sense for you).
Hi, @Nigel Mitchell
As I understand your query, you may implement something like that via user macros. However, the approach won't stick to Jira permission settings, i.e. the data in the user macro may become visible to all macro users.
Does that suit your needs? Could you please elaborate on that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used a similar approach to review support requests.
At first, I reviewed all tickets from a specific period (e.g., 2 weeks) to provide feedback on completed issues and offer tips on unresolved ones.
Later, I focused only on tickets that were still open or unresolved.
I was using this in a Jira ticket, but it will probably work with Confluence as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nigel Mitchell and welcome,
jira issues macro is something that cannot be static. It retrieves data from jira in real-time and you can't stop update on that (data are on jira side).
My suggestion is to create a static page (without jira issue macro) via an automation on jira side (https://confluence.atlassian.com/jirakb/automate-confluence-page-creation-from-jira-work-items-in-jsm-cloud-1189506097.html)
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.