In JIRA Project, there are two field names as "Date Reported" which based on the Date type, and 2nd one is "FY-Q" which based on the Short Text.
The value under "FY-Q" field should automatically be updated depending on the value under "Date Reported" field. Example: The value in the "Date Reported" field is 'Nov 29, 2024', so the value under "FY-Q" field should automatically be updated to 'FY25-Q3'.
Hi @Shardul Bhisikar -- Welcome to the Atlassian Community!
The field may be set using automation rules, formatting the Date Reported field using the date / time functions to get the short text field.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/#Date-format---
The keys for your scenario are:
You will likely need 2-3 rules for this scenario:
To get you started on creating your rule, please refer to these documentation and example sources:
Kind regards,
Bill
Hi Shardul - Welcome to the Atlassian Community!
You could create an Automation rule based on a Field Value Changed trigger on the Date Reported field. Then use a series of IF/ELSE conditions to set the value of the FY-Q field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.