Hi all!
I'm having an issue with creating validator for Jira's Team field (team picker). I used
issue.customfield_30101 != null
Team field is visible in Jira expressions except for Create issue transition. I remember testing it. There is also an open bug for the Create transition: https://ecosystem.atlassian.net/browse/ACJIRA-2504
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sebastian,
Looking at the docs here it appears the Teams field is a special field that Atlassian provides which should have the ID customfield_1001 in all instances as it is a locked System field.
The page mentions the field can be accessed via the Rest API but does not mention it can be used in Jira Expressions or in the Jira Expressions Framework documentation.
Due to this, I believe this field is not supported and cannot be validated with Jira Expressions.
I hope this helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kristian Walker _Adaptavist_ !
Thanks for your reply! I'm also afraid that for now this field is unsupported :/
Regards,
Seba
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.