How to change the text of the submit button on transition screens

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

目的

If a workflow transition has a screen associated, the button to submit the form has the transition name by default. 

It is possible to show a more standard text in the button such as Update or Submit

ソリューション

  1. Open the workflow in edit mode. 
  2. Open the transition properties.
  3. To change the button text to Submit, for instance, Add the key/value pair: 

    プロパティ キープロパティ値
    jira.i18n.submitadmin.common.words.submit

    For more values to customize with, check the contents of <Jira_INSTALL>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties

    common.words.save = Save
    ...
    admin.common.words.submit=Submit
    ...
    common.words.update = Update
説明 How to change the text of the submit button on transition screens
製品Jira Core, Jira Software, Jira Service Management
最終更新日 2020 年 11 月 23 日

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

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