Versions Compared

Key

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



...

Excerpt

Returns subtasks of parent issues that have cf-name = cf-value equality

...


jep.subTasksByCustomFieldInMainTask returns subtasks of parent issues which have cf-name = cf-value equality 

 Only  Only text, select and multi-select custom fields can be searched! 

Some samples:

 

Code Block
languagesql
linenumberstrue
issue in jep.subTasksByCustomFieldInMainTask("Department", "Software")

 

 

...