Hello,
I need to create a custom field of type Number using the JIRA Java API with the following requirements:
Could you please guide me on how to implement this?
Best regards,
Tony
Hi @Tony Nasr
welcome to the Community and thank you for your question.
The short answer here is: that is not possible by default.
To achieve this, you will need to have a third party app like Jira Misc Custom Fields or you could also use a default number field and create a custom validator using apps like ScriptRunner or Jira Misc Workflow Extension.
Both of these solutions aren’t quite straightforward and will require some Groovy Scripting and RegEx Knowledge.
hopefully it at least points you into the right direction
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.