If you have scriptrunner then you can use subtask functions.
Take a look at below url :
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_subtasksof
Regards
Prakhar
Hi Prakhar,
Thank you for your advice. I need to get the issue id of the parent issue, so I use issuefunction 'parentsOf()'.
Below is my JQL:
issueFunction in parentsOf ("project = RDPMS and issuekey = RDPMS-8")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm getting error for above JQL Query
Error detail:
Field 'issueFunction' does not exist or you do not have permission to view it.
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.