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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.