Forums

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

Share my sprint with my visitors

Victoria De Lucas
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!
May 7, 2021

Hello !
I would like to set up a page on my website that would display the list of my sprints and their associated issue according to a tag name. 


Is it possible while guaranteeing maximum security?

I tried some manipulation such as : "/rest/agile/1.0/board/1/sprint/16/" 

but it is necessary it is connected to access it.

I use laravel as php frameworks.

1 answer

0 votes
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 Leaders.
May 7, 2021

Do you mean you want to "scrape" your Jira for sprint information, then reformat it for a non-Jira page on your site?

If so, then you are most of the way there.  You will need your website to authenticate to Jira as a user who can see all the sprints you want, and then yes, use REST calls to urls such as the one you suggest.  

You'll probably want to use /rest/agile/1.0/board to get a list of all the boards, then iterate over the results to get all the sprints from /rest/agile/1.0/board/{boardId}/sprint 

Victoria De Lucas
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!
May 7, 2021

Yes, I tried this route this afternoon. It's always good to have an opinion on this! Thanks

Suggest an answer

Log in or Sign up to answer