Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
SQL script for SERVER/DC

select distinct(l.label) as test_environment from jiraissue j join issuetype as it on (it.id=j.issuetype)
left join label l on l.issue = j.id where it.pname in ('Test Execution','Sub Test Execution') and l.fieldid in (select id from customfield where customfieldtypekey='com.xpandit.plugins.xray:test-environments-custom-field');


Learn more: