It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
When Epic Link has some value, following validation is working, if the Epic Link is empty then validation is failing.
We are validating against to the ('Linked Issues') -->Issue (multi select dropdown) not on Epic Link
Not sure I am calling from correct linked object?
def request = ActionContext.getRequest()
def params = request.getParameterMap()
def issueLinkingValue = linksSystemField.getRelevantParams(params) as IssueLinksSystemField.IssueLinkingValue
def linkedIssue = it.destinationObject
for(link in issueLinkingValue.getLinkedIssues()){
def object = ComponentAccessor.getIssueManager().getIssueObject(link)
cf1Value= (Option)object.getCustomFieldValue(featureType)
if(cf1Value.getValue() != "High Pack"){
throw new InvalidInputException(IssueFieldConstants.ISSUE_LINKS,
"Note: When Cause equals 'HighPack'. You must link only High Pack.")
}
}
This approach requires you to have the JIRA administrative rights. The main aim of this article is to help you achieve an organized, easy-to-maintain workflows in your JIRA instance thereby, reducin...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs