Hi,
I cannot get the below formula to work. When I remove 1 of the JQLs it works. This is what I am trying to accomplish and I am probably going about it the wrong way.
IF JQL {statusCategory != Done AND NOT issueFunction in epicsOf("statuscategory != Done or status != 'Ready for release'") AND issuefunction in hasLinkType("Epic-Story Link")} : "Epic should be closed"
Else: JQL{issueFunction in epicsOf("fixVersion is EMPTY and issuetype in (defect) and status != Abandoned and project in (CCTSUSTAIN) and resolution not in ('Accepted as Unresolved','Working as Designed', Duplicate, 'Cannot Reproduce', 'Out of scope')") OR issueFunction in epicsOf("fixVersion is EMPTY and issuetype in (story) and status != Abandoned and project in (CCTSUSTAIN)")} : "Story/defect w/o FV"
Else: if issuetype != "epic":fixVersions.releaseDate
Else: Max(epicStories.fixversions.releasedate)
Let me know if this isn't clear and can give more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.