issueFunction in linkedIssuesOf("\"Vehicle Type\" = \"ABC AND XYZ\"" , "relates to") AND project = AAA AND type = "Vehicle Issue" AND labels in (US) ORDER BY Rank ASC.
This query seems to be green but the query doesn't do what we want it to do
I think I figured it out–it has to be the final status which has the post-function to set the done-ness of the Resolution field, not the final transition.
yes. you want to have the post function set the resolution unless you want the 'type' of resolution to be selected at the time of closure. By default resolution types are: Done, Cannot reproduce, Won't do, etc. But if you don't care about the reason for closing then just set to Done or whatever you want via post function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.