Here you will find the list of the most used SQL queries!
...
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
✅ select ISSUES from…
This query allows you to create a table that includes issues according to your JQL query
...
DESCRIPTION | QUERY | |||||
---|---|---|---|---|---|---|
Select all Issues from a particular project |
| |||||
Select all Issues of a current user |
| |||||
Select all Issues from an open sprints |
|
✅ convert ISSUE STATUS into a text format
This query allows you to convert issue status ID into text format
...
Info |
---|
PROJECTNAME* - please note that in JQLs you need to use real names of your Projects, Users, Sprints ,etc. |
✅ format COMMENTS as ordinary text
Query converts data from column COMMENTS from HTML to a text format
DESCRIPTION | QUERY | |||||
---|---|---|---|---|---|---|
Select Issues with comments ( text format) from a particular project |
|
Info |
---|
PROJECTNAME* - please note that in JQLs you need to use real names of your Projects, Users, Sprints ,etc. |
✅ convert UserID into a text format
DESCRIPTION | QUERY | |||||
---|---|---|---|---|---|---|
Convert UserID into a text format (Assignee, Reporter) |
|
Info |
---|
PROJECTNAME* - please note that in JQLs you need to use real names of your Projects, Users, Sprints ,etc. |
...