How to check Reporter = "Anonymous" in workflow validation ?

Chaya Reddy nagella March 12, 2013

I am using Universal Validator validation funtion.

Which is correct:

1. Reporter = "Anonymous"

2. Reporter ="Empty"

3 Reporter = "NULL"

Which is the correct way of checking if the reporter is "anonymous" ?

Thank you

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
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.
March 12, 2013

reporter is EMPTY

Chaya Reddy nagella March 12, 2013

Jobin, Thank you for quick answer. "Universal Validator" option in workflow validations doesn't show equal operator "is".

I want to check if Reporter is anonymous, set the reporter as a jira-user. Appreciate your help..!

Thank you.

Jobin Kuruvilla [Adaptavist]
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.
March 12, 2013

Sorry, I thought you are doing advanced searching. My bad. In the validator, you should check for null value. Depending on the implementation, it can be NULL, null etc. I am assuming it is a plugin and so you will have to check with them if this doesn't work.

Chaya Reddy nagella March 18, 2013

I think.there's no validation to check if a issue is logged by Anonymous user.

Suggest an answer

Log in or Sign up to answer