Is it possible to find out project type via JQL?

leonulja February 4, 2015

Basically I want to be able to select issues only from SCRUM or KANABAN projects separately in a specific project category. 

Thanks!

 

 

 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Udo Brand
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.
February 4, 2015

If you are using different project categories for Scrum and Kanban projects simply use JQL:

category = <YourCategoryScrum>

and

category = <YourCategoryKanban>

0 votes
leonulja February 4, 2015

That can work as a workaround smile

But is there a way to access project type and not just category?

Udo Brand
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.
February 4, 2015

I'm afraid not, unless you store this information in a custom field.

Midori
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.
February 5, 2015

Nope.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 5, 2015

There is no such thing as "project type". It's a choice you make in a template, but it is not stored anywhere. It just informs the "create project" action of what you want.

Like Daniel Wakabayashi likes this
leonulja February 5, 2015

Understood! And thank you!

MattS
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.
February 5, 2015

A script runner jql function might do it but could be slow for a large instance