So I have this:
project = XYZ AND issueLinkType = "is a child of"
Shows all the issues that are a child of an issue.
How do I modify this so that I get only a child of a specific issue?
issue in linkedIssues("DMC-24","is a parent of")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Daniel that did give the direction I was looking for
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
linkedIssues(DMC-24,"is a child of")
is what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic, I think we are talking on another thread about this similar issue.
In that thread I wasn't able to use linkedIssues for some reason. Thought I'd try another work around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = XYZ AND issueLinkType = "is a child of" AND key=DMC-24
this only gets one of the child but there are multiple childs
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.