Hi All,
Neeed SQL query to fetch the projects which are having Test issue type with the Count of the the Test issues and project admins list of those projects.
Thanks
Naveen L K
SQL? Are you attempting to query for data directly from the database?
Yes
Even if i get SQL query for project list with number of tests in each project, it will be helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would not recommend performing query directly to the database. Querying through the application, i.e. using JQL in a REST API call would allow use of the same datamodel abstraction users experience through JIRA.
IMHO,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.