Negative number field shows as zero in issue history

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

要約

A workaround that negative values in a custom number field show as zero in the issue history.
Steps:

  • Add a custom number field to an issue in a Jira Software or Service Desk project.
  • Put a positive number and a negative number here.
  • Check the issue history. The negative number will be always be shown as 0.

診断

The custom field itself has the right negative value added. Only the history entry shows the value as "0" instead of the negative value.

原因

This is caused due to the bug: JRACLOUD-75500 - A negative value in a custom number field will be shown as zero in the issue history.

ソリューション

While we don't have a workaround to correct the Jira Cloud history entry from the UI, here is a suggestion to get the audit the logging using Automation for Jira:

  • Trigger: When value changes for the custom field "Number"
  • Condition: If number field value is less than 0
  • Action: Add a comment on the issue:
The value of the "number" field has been changed from {{changelog.number.fromString}} to {{changelog.number.toString}}


Last modified on Mar 10, 2025

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

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