i need to print error message if ticket estimation exceeds more than two weeks .if its possible guide me how to do it .if not why
Hello @mummareddy supriya
With native functionality you cannot attach a validator directly to a field such that the validator will be executed whenever the field changes.
Are you working with issues in a Team Managed project or a Company Managed project?
If you have enough permissions you could create an Automation Rule that is triggered when the Original Estimate field is changed, check the value, and take some action if it is more than 2 weeks. One action that you could take is to send an email to somebody. Another action you could take is to add a comment to the issue. If you don't have enough permissions to create Automation Rules you'll have to talk to the Project Administrator or Jira Administrator to get the rule created.
If you have apps that extend workflow capabilities, one of those might provide a function you can use in a Validator in a Workflow transition to check if the Original Estimate exceeds two weeks and prevent completion of the Status change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.