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 
issuenum, issuestatus.pname, reporter, assignee, issuetype, summary, customfieldvalue where customfield=(select ID from customfield where cfname='Broker ID')


FROM 
jiraissue, issuestatus

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

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



Database Query
profile-nameSQL jira
refresh-buttontrue
profile8619700
bounding-boxtrue
select * from customfieldvalue where customfield=(select ID from customfield where cfname='Broker ID')