@if (post.jira_type === JiraType.Cloud) {
}
@if (post.enable_two_way) {
{{ t('Use this Webhook URL in Jira so that Jira can acknowledgement host and services in openITCOCKPIT. You need to create an openITCOCKPIT user defined API key first.') }}
}
@if (post.enable_two_way) {
{{ t('Webhook URL for Jira to tell openITCOCKPIT when a Issue got closed. You need to create an openITCOCKPIT user defined API key first.') }}
}
{{ t('openITCOCKPIT can create Issues in different Jira projects. Please select all Jira Projects, openITCOCKPIT should use from the list.') }}
{{ t('Set the "JIRA_PROJECT" custom variable for a contact, to overwrite the default Jira Project') }}
@if (loadProjectsError) {
{{ loadProjectsError }}
}
@for (jira_project of post.jira_projects; track jira_project; let i = $index) {
@if (projectDetails[jira_project.project_key]) {
@if (jira_project.is_default) {
}
{{ t('Project') }}:
{{ jira_project.project_key }}
{{ t('The issue type is used to create Jira Issues in the selected Jira Project. Can be overwritten through the JIRA_ISSUE_TYPE contact macro.') }}
}
}