How to detect a project is a Software or Business?

Hi hi,

I want to detect a project is a software project (scrum/kanban/basic software) or not?
Is there any way to detect it?

Thank you so much,

We can detect via project type Key.
https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/project/type/ProjectTypeKeys.html
Project. getProjectTypeKey() = ProjectTypeKeys. SOFTWARE

Cheers,

2 Likes