自動化ルールとコンポーネントの新しい用語

自動化の「ルール」は「フロー」に、「コンポーネント」は「ステップ」になりました。この変更を行っている間、ドキュメントの一部に用語の不一致が発生する場合があります。自動化に関する最新情報の詳細をご確認ください。

自動化スマート値 - プロジェクト

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 flow.

{{project.id}} //returns 11200

project.key

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

{{project.key}} //returns NUC

project.name

Returns the name of the project that triggered the flow.

{{project.name}} //returns Project Nucleus

project.projectTypeKey

トリガーしているプロジェクトのタイプを返します。可能なタイプは、ビジネスソフトウェアサービス管理ディスカバリーです。

{{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

さらにヘルプが必要ですか?

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