Jira ignores field when creating an issue

お困りですか?

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

コミュニティに質問

  

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

  

要約

When creating an issue in Jira, one or some fields are ignored and always created with the same value regardless of what the user inputted in the create screen.


環境

Jira Core 7.x と 8.x のすべてのバージョン

Jira Cloud


診断

Automation investigation

  1. Browse an issue that was affected by this.
  2. Click on the History tab, next to Comments, on the bottom of the issue view screen.
  3. Check if there were any editions to the said field after the issue was created.

Workflow cause

  1. Open and edit the respective workflow for that issue type in that project.
  2. On the diagram view, click on the Create transition then on Post Functions.
  3. Check if there are any Post Functions explicitly setting the field.


原因

Automation cause

If there's any edition to the issue after the create event, this means there's some automation triggered at the issue creation updating the value.

Workflow cause

If there's a Post Function filling the field on the Create transition, this overwrites whatever value the user inputs in the create screen.


ソリューション

Automation solution

Check if there are any Automations triggered at the issue creation in global or project scope. Edit them to they don't overwrite the field or fix their conditions to update only the desired issues.

There may also be other 3rd party apps automations causing this. You may fix them accordingly.

Workflow solution

If there's a Post Function overwriting the field, you may remove the Post Function or consider adding a dedicated workflow without the Post Function to that specific issue type.

Some 3rd party apps provide features to overwrite fields if some conditions are met.



最終更新日 2021 年 9 月 20 日

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

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