Hi,
I would like to display all subtasks related to an issue as follows : Also, every new subtask (story) should be added to this structure using one parameter (component).
Here is the result I get below. The query I typed is : project = PROJECT AND issuetype = TYPE AND Key= ?x OR Key = ?XS
Thank you !
Hi @MelvinDave
You could use "parent" JQL field. With that you can return subtasks of certain issue.
If you want to return only subtasks with certain component, you can similarly use component field.
So you would use: "project = PROJECT AND parent = parentIssueKey AND component = component1"
Is that what you needed?
Thank you for your prompt reply. Unfortunately, it is not working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you getting some error? Could you share the error you are getting?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is actually empty. I want the same result as showed in the first picture.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, are you surely using the correct issue key in "parent = issueKey" section? This should be the key of issue that is above those subtasks. For example parent = ABC-123.
Also check out whether the component part is working correctly. First try to search only for the subtasks without the component and when that is working, also try the component part.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it is still empty. I don't get it. I don't use component this time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I actually used this specific query to get the wrong result --> project = PROJECT AND issue type = sub-feature and Key = ?/
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.
@MelvinDave Apologies, I missed your reply. Did you manage to solve the issue?
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.