How to find when a sprint was created.

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

 

要約

For auditing purposes it may be required to determine when a sprint was created after the fact.  This article will demonstrate how the access_logs can be used to identify when a sprint was created based on the REST call Jira will make.   

環境

Jira 8 and higher
.

ソリューション

Jira does not store the create date and time of sprints within the Jira database.  In order to identify when a sprint was created, the access_logs for the Jira environment can be searched for a call to the following endpoint: 

GET /rest/greenhopper/1.0/sprint/X/create

(warning) Where X in the call above is board ID for project where the sprint was created.  

To find the board ID, simply load the board within the Jira User Interface and look for the number after the rapidView parameter in the URL.  For example, the URL below would be for board 9: 

localhost:8080/secure/RapidBoard.jspa?rapidView=9

If a sprint were created for board #9, the following could be seen in the access_logs: 

0:0:0:0:0:0:0:1 955x90x1 username [14/Apr/2023:15:55:01 -0400] "GET /rest/greenhopper/1.0/sprint/9/create/model?suggestDates=false&_=1681502077589 HTTP/1.1" 200 102 135 "http://localhost:8080/secure/RapidBoard.jspa?rapidView=9&view=planning.nodetail&epics=visible&issueLimit=100" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "v0p6e1"



最終更新日 2023 年 5 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.