How to view Advanced Roadmaps Target Start and Target End values in the database.

お困りですか?

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

コミュニティに質問


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

Server* 製品のサポートは 2024 年 2 月 15 日をもって終了します。Server 製品を利用している場合は、Atlassian Server のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

Please note the following information is provided as-is. Atlassian Support cannot provide further assistance with the SQL queries described below


要約

This page shows how to obtain Advanced Roadmaps Target Start and Target End values from Jira's database. 

環境

Jira Data Center and Server.


ソリューション

Target Start Values and Target End values are stored in the entity_property table. 

Below is a sample issue set with Target Start and Target End dates:

These values are stored in the database in the following manner:

IDentity_nameentity_idproperty_keycreatedupdatedjson_value
10201IssueProperty10100jpo-issue-properties2022-12-15 17:30:37.3852022-12-15 17:30:37.686{"baseline_start":"1671062400000","baseline_end":"1671148800000"}

ここで:

  • Entity_ID = jiraissue table ID
  • Target Start = baseline_start
  • Target End = baseline_end

 Just to note as well, these values are stored in the Unix timestamp format and need to be converted to human readable values. 



最終更新日: 2022 年 12 月 15 日

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

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