Versions Compared

Key

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

...

Note: JQL can be defined as in double inverted commas (" "), single inverter comma (' ' )or without any commas, i.e Labels = "QMetry" AND Priority = "High" , Labels = 'QMetry' AND Priority = 'High' or labels   and labels = QMetry AND priority = High, all will generate the same result.

...