It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
We're using the search API call to retrieve a specific set of issues and, within the API call, we're requesting the issuelinks field to get back all of the issues that are linked to the set of issues being returned. We're successfully getting the linked issue data but my question is, is there a way to get the "date" the issue was linked?
I tried making an issueLink API call for a specific link id but I'm not seeing a date returned in that response either. Is there some way to extract the date?
Thanks in advance!
What you want to look through is the issue's change log:
https://docs.atlassian.com/jira/REST/7.2.6/#api/2/issue-getIssue
The change log stores all tracked changes to an issue, including when it was linked to another issue.
You'll need to add "expand=changelog" to your params for the issue request to see it.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.