I want to see all tasks that are linked to a story, a the subtasks of those tasks. (hope that makes sense)
I have tried:
project = X AND issue in linkedissues(X-1795) AND issueFunction in subtasksOf(X-5315, X-5423)
But ScriptRunner doesn't like this and I can't see why, its probably something simple.... long day! is this even possible?
Hi @Sarah Jones
Try this:
project = X AND issue in linkedissues(X-1795) OR issueFunction in subtasksOf(X-5315, X-5423)
Thanks,
Tim
Hi, Tim, nope it doesn't like that either, same error as before
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry about that:
project = X AND issue in linkedissues(X-1795) OR issueFunction in subtasksOf("key in (X-5315, X-5423)")
Thanks,
Tim
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.