...
There are two ways to refer to MLCS fields in a JQL query:
issue.property[“com.sourcesense”sourcesense.mlcs”].lv0
and it’s alias, mlcs_lv0
. They both work similarly, but we created an alias to make it easier to write the property Change the number of lv
to match the level of the option you are looking for.
...