You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is there a way a to pull a full export or data dump of all the History under a JPD Idea? This would make finding timestamp changes MUCH more efficient. Maybe an export button?
Hi,
Give a try to the API, i know it for Jira Software but i think it should be possible to get the ideas and the history using the param"?expand=changelog"
Thanks @Mohamed Benziane !
I'm fairly new to API calls in Atlassian. I have created a separate API token and am using Postman to make the calls, but am getting stuck on a 401 error. Is this something we can pair on and you guide me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you use your mail address in the username field on postman ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are several auth options within Postman. I started with Basic Auth. I have put my email address in the Username field, but I think my problem is the password field. Would that be the full API token generated from Atlassian or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you nned to pu the full API token in the password field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mohamed Benziane You are awesome!! I'm now pulling a 200 response code. Last piece, For the param"?expand=changelog", how should that be entered?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just put the param at the end of the URL like this
myAtlassianSite/rest/api/3/issue/{issueIdOrKey}?expand=changelog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ben Krichko this thread may help: https://community.atlassian.com/t5/Jira-Software-questions/How-to-export-history-in-jira-issues/qaq-p/2124180
You can try the API as @Mohamed Benziane suggested or 3rd party apps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.