I do not have access to ScriptRunner addon. Is it paid or free? Please help me with above query.
Hello @Pallavi Satpute
Script runner is a paid add-on.
If you have Script runner in your instance, you can easily achieve your requirement by the following query
issueFunction in parentsOf("assignee = currentUser()")
This will give you all the parent issues who have sub-tasks which are assigned to you, here instead of "currentUser()" you can also hard-code your username.
Pricing for Script runner is here
https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=server&tab=pricing
Thanks Tarun but I do not have Script runner and am looking for either free plugin or a solution which might work without plugin. Anyways thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Pallavi Satpute
Here's a free plugin which might come in handy
https://marketplace.atlassian.com/apps/1218367/jql-booster-pack?hosting=server&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pallavi Satpute ,
it is not for free.
But without an addon like Scriptrunner I think you can't query anything like this.
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.