Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Database Query
profile-nameSQL jira
refresh-buttontrue
profile8619700
bounding-boxtrue
select * from customfield where id=12617
Database Query
profile-nameSQL jira
refresh-buttontrue
profile8619700
bounding-boxtrue
SELECT 
issuenum, issuestatus.pname, reporter, assignee, issuetype, summary

FROM 
jiraissue, issuestatus

WHERE project = (select id from project where pkey='SBM')

AND issuestatus.id = jiraissue.issuestatus 
ORDER BY issuenum;