The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to validate if a JIRA URL is still valid?

Swareeth J
November 15, 2016

Do we have any APIs which tells if the JIRA urls we have are still valid? I have got plenty of JIRA links (issues) created in the past, but don't know what' their status is. So this is something reconciliation work I'm doing.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 15, 2016

It's a lot more effort to try to work out if something might be valid than to simply test it.  Run through your list and hit it with a curl script - no error, it's valid.

Swareeth J
November 15, 2016

Cool. I will find out how I can get list of all issues and hence the URLs. TA