Patrick Metz
My feedback
3 results found
-
19 votesPatrick Metz supported this idea ·
-
25 votesPatrick Metz supported this idea ·
-
expose a structure's "order" so JQL queries and filters can be created to list issues in that order.
9 votesAn error occurred while saving the comment An error occurred while saving the comment Patrick Metz commentedI support this vote.
This morning I plugged JIRA and PhpStorm together with Atlassians IDE Connector and tried to get a part of our current projects Structure to be displayed in the "Atlassian" tab of the IDE.
So I created a filter in JIRA and then selected it in the IDE. It worked, but was only partly satisfying, since issues could not be sorted by their "structure order".
This is the SQL query that I used:
issue in structure("Project Name", "[status != closed] and child of ID-123")But this is what I actually needed:
issue in structure("Project Name", "[status != closed] and child of ID-123") ORDER BY "structure order"By the way: are there any plans to integrate Structure support into Atlassians IDE Connector, or to create a dedicated ide plugin for Structure?
Best regards,
PatrickPatrick Metz supported this idea ·
@Igor Sereda: Thanks for your reply.
Perhaps, when the time comes and this idea has enough supporters, you could make it optional:
so that one could choose between loosing performance and exposing the "structure order", or keeping performance and not exposing the "structure order".
Best regards,
Patrick