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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.