スマート値 - プロジェクト

Jira のプロセスとワークフローを自動化する

このページの内容

お困りですか?

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

コミュニティに質問

robotsnoindex
robotsnoindex

Check out how we use smart values in our Jira automation template library.


The page describes the smart values available for accessing details related to Jira projects. These smart values can be used with the Project created trigger.

project.id

Returns the ID of the project that triggered the rule.

{{project.id}}

//returns

11200


project.key

Returns the project key of the project that triggered the rule.

{{project.key}}

//returns

NUC

project.name

Returns the name of the project that triggered the rule.

{{project.name}}

//returns

Project Nucleus

project.projectTypeKey

Returns the triggering project's type. Possible types are BusinessSoftware, or Service management.

{{project.projectTypeKey}}

//returns

Software

project.avatarUrls

Returns the triggering project's avatar URL.

{{project.avatarUrls}}

// returns

48x48=https://acme.atlassian.net/secure/projectavatar?pid=11200&avatarId=10404, 24x24=https://acme.atlassian.net/secure/projectavatar?size=small&s=small&pid=11200&avatarId=10404, 16x16=https://acme.atlassian.net/secure/projectavatar?size=xsmall&s=xsmall&pid=11200&avatarId=10404, 32x32=https://acme.atlassian.net/secure/projectavatar?size=medium&s=medium&pid=11200&avatarId=10404
最終更新日 2021 年 5 月 25 日

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

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