Trying to do:
1. In JIRA: Transition a JIRA ticket to new state
2. In Confluence:: There is a JIRA report macro linking to that JIRA and when that JIRA is transitioned, want this change logged onto the Confluence page - on the change history or some change history indicator on that page with time and date of the date the JIRA was transitioned.
Hoping this makes sense. The BSA wants the JIRA change history reflected on Confluence. Is there any way of doing this on cloud version?
Thanks,
Lillian
Hi Lillian,
If someone in your organization can write scripts that use REST APIs then it looks like the Jira Cloud REST API has Get status to let you know the Jira issue status and the Confluence Cloud REST API has Update content to write the results to Confluence.
I don't have any sample code for this use case, but maybe someone else in the Community will contribute some, or if your team writes something, it would be great if you could post it back to this thread.
Thanks,
Ann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.