[Power Scripts/JJUPIN] Check if field/variable contains a valid issue key

Błażej O_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2017

I want to validate if user have passed the proper issue key in custom field during transition. Is there any elegant way to check if the field contains a valid issue key?

 

So far I use the following trick, but it is a little "hacky":


if (countIssues("key ="+customfield_00000) > 0)
{
//execcute code, because issue exists
}
else
{
//throw message telling user to provide a proper issue key
}

 Any better/shorter ideas how to achieve this?

1 answer

0 votes
Jonathan Muse _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 10, 2018

I think the solution you came up with is pretty good. I can't think of a better way.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events