how to add a validation to attributes value in jira insight?

Sinem Karakurt July 8, 2021

Hi Everyone,

Jira Insight is new for me so I need help. If Insight attributes value type is "text", ı could add a validation to attributes. However I couldnt add a validation, if attributes value type is integer, boolen etc.  How can I do? :) 

 

Example:

integer -> Please, enter a value lower than 20.

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2021

I don't think this is possible.

You should submit a feature request.

The only available workaround is to set your attribute to text and use the regex validation:

For example, 

^[01]?[0-9]$

This will allow either the first character to be either 0 or 1 or nothing. And the second character must be 0 to 9

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events