Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Database Query
profile-nameSQL jira
profile8619700
select *id, issuenum, project, reporter, assignee, issuetype, summary from jiraissue, project
where  project.id = 12001
(select id from project 
   where pkey='SBM');


...