Extracting Data from specific date from JIRA

Shiratani Yoshiki
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 10, 2023

I want to extract data (especially Description and status) from JIRA ticket to Confluence

In addition, the data should be from specific date 

ex, show that the status and Description at 2023/9/1 in JIRA to Confluence 

Is it possible to specify a certain date and extract it at that time to Confluence?

If not, is there any solution that meets our requirements

1 answer

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2023

The basic "algorithm" should be something like this:

  1. Get the change history of the issue
  2. By iterating on the "change history" records of the issue, filter those to the changes of the Status and Description fields and determine their values on the given date
  3. Create a Confluence page from these

It is all doable by using the Jira Cloud REST API and the Confluence Cloud REST API.

Shiratani Yoshiki
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2023

@Aron Gombas _Midori_ 

I appreciate for your support
Could you share the sample API of that?

Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2023

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events