Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

what is the use of this below JMWE validator

Veerapindi Satyanarayana
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2025

 

linkedIssue.getStatus().getStatusCategory().getName() == "Complete"

1 answer

1 vote
David Fischer
Community Champion
February 1, 2025

Hi @Veerapindi Satyanarayana ,

first of all, this code only works inside a Linked Issues Validator, so you'd need to share a screenshot of the whole configuration of the Validator.

But the script itself checks that the linked issue is in a Status that belongs to the "Complete" Status Category (in Jira, Statuses belong to a Status Category that's configured on the Status configuration page).

Suggest an answer

Log in or Sign up to answer