How to access the type" property of a parent element

Ernest Vogelsinger July 8, 2013

Is it possible to access a specific property of a parent element of a subtask?

What I'd like to achieve is to include a subtask in a query when e.g. the parent task belongs to a specific component, something like WHERE component="My Component" OR (type=subtask AND parent.component="My Component")

2 answers

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2013
0 votes
Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2013

You should take a look at this plugin for example:

https://marketplace.atlassian.com/plugins/org.craftforge.jira.craftforge-jql-functions-plugin

Other than that I guess you'd have to script a custom JQL function. It's not possible out of the box.

Cheers

Suggest an answer

Log in or Sign up to answer