in jbi/models.py [0:0]
def configured_jira_projects_keys(self) -> set[str]: """Return the list of Jira project keys from all configured actions""" return {action.jira_project_key for action in self.root}