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 customfieldvalue where customfield=(select ID from customfield where cfname='Broker ID')
Database Query
profile-nameSQL jira
refresh-buttontrue
profile8619700
bounding-boxtrue
SELECT 
issuenum, issuestatus.pname, reporter, assignee, issuetype, summary

FROM 
jiraissue, issuestatus where issuestatus.id=jiraissue.issuestatus LEFT JOIN customfieldvalue ON jiraissue.id = customfield

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