Hi,
I need to write jira issues of a specific issuetype and status "in Progress" on a confluence page. I only need the values for summary, assignee and due date. As I don't want to do it manually I want to create an automation for this. Unfortunatly I can't make it work.
I was thinking of an automation which triggers an API call but am not sure how to solve this.
Why not using the jira issue macro? The problem is, that the macro gets refreshed everytime someone goes on the confluence page. For documentation on calendar week basis I still need to see issues which are right now resolved but have been in progress in that specific calendar week.
I hope there is a way to do this. Thx for your help in advance!
Hi @Marc Jenner
Welcome to our Community.
Do you want to the resolved issues currently, but was "In Progress" status during a specific week?
Then use this JQL:
resolved is not EMPTY AND status was "In Progress" DURING ("2024/01/01", "2024/10/01")
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.