JQL and REST Extensions

Issue #17 new
Ian Kitching created an issue

Hello!

Do you have any plans to extend the exisiting JQL interface of the Project Groups plugin?

An omission at the moment is the ability to query the against the hierarchy other than by explicitly stating all the named groups of interest.

It would be advantageous to have, say;

projectGroupsHiearchy( <parent group name>, <level> )

which would return all issues of the parent group and the children groups down to level <level> with respect to the parent group.

<level> could be optional, and if unspecified. means all child groups.

Similarly, do you have any plans to provide REST endpoint extensions to support programmatic interaction with the plugin?

Thanks for you help!

Regards, Ian

Comments (5)

  1. [ANS] Alexey Dorofeyev repo owner

    Hi Ian,

    Do you have any plans to extend the exisiting JQL interface of the Project Groups plugin

    Yes, we can implement this in next release.

    do you have any plans to provide REST endpoint extensions to support programmatic interaction with the plugin

    What type of REST APIs do you need?

  2. Ian Kitching reporter

    Hi Alexey,

    Thanks for the quick response.

    What type of REST APIs do you need?

    Right now, I think the ability to:

    1. Query the existing group hierarchy, ie extract group names and the parent/child linking.
    2. Query the project assignments to the groups - perhaps as an expand option of the group hierarchy query.
    3. The ability to create, edit, and delete groups.
    4. The ability to create, edit, and delete the project assignments within the groups.

    Thanks, Ian

  3. Xusheng Ke

    Hi Team, any plan about #1

    1. Query the existing group hierarchy, ie extract group names and the parent/child linking.

    It will be great help to manage the projects for a large volume projects in Jira by using this the Project Groups plugin tool.

    Thanks, Grissom

  4. [ANS] Alexey Dorofeyev repo owner

    Hi @Xusheng Ke ,

    We are working on api right now. I think it will be finished within a month.

  5. Log in to comment