Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×How can I update JQL check to commit for subtask rather than PTR issue type? I tried to put this into JQL check:
assignee=$currentUser and fixVersion is not EMPTY AND issuetype in subtaskIssueTypes()
However, developvers can push code to Git using PTR instead for sub-tasks.
Thanks.