自動化スマート値 - プロジェクト
Jira Automation テンプレート ライブラリでスマート バリューを使用する方法をご確認ください。
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
ルールをトリガーしたプロジェクトの ID を返します。
{{project.id}}
//returns
11200
project.key
ルールをトリガーしたプロジェクトのキーを返します。
{{project.key}}
//returns
NUC
project.name
ルールをトリガーしたプロジェクトの名前を返します。
{{project.name}}
//returns
Project Nucleus
project.projectTypeKey
Returns the triggering project's type. Possible types are Business, Software, Service management, or Discovery.
{{project.projectTypeKey}}
//returns
Software
project.avatarUrls
トリガーしているプロジェクトのアバター 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
この内容はお役に立ちましたか?
さらにヘルプが必要ですか?
アトラシアン コミュニティをご利用ください。