diff --git a/workflows/jira/versions/0.0.1/README.md b/workflows/jira/versions/0.0.1/README.md index 0273cb8a..6e597c79 100644 --- a/workflows/jira/versions/0.0.1/README.md +++ b/workflows/jira/versions/0.0.1/README.md @@ -6,23 +6,18 @@ A set of templates to manage Jira issues ## Templates - -1. [create comment](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-create-comment.md) -2. [update comment](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-update-comment.md) -3. [create issue](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-create-issue.md) -4. [update issue](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-update-issue.md) -5. [update issues from JQL](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md) -6. [verify issue status](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-verify-status.md) -7. [verify issue status from JQL](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-verify-status-from-jql.md) -8. [issue transition status](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md) -9. [issue transition status and update](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md) - - +1. [create comment](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-create-comment.md) +2. [update comment](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-update-comment.md) +3. [create issue](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-create-issue.md) +4. [update issue](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-update-issue.md) +5. [update issues from JQL](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md) +6. [verify issue status](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-verify-status.md) +7. [verify issue status from JQL](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-verify-status-from-jql.md) +8. [issue transition status](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md) +9. [issue transition status and update](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md) ## Security Minimal required permissions - -[Full rbac permissions list](https://github.com/codefresh-io/argo-hub@main/workflows/jira/versions/0.0.1/rbac.yaml) - +[Full rbac permissions list](https://github.com/codefresh-io/argo-hub/blob/main/workflows/jira/versions/0.0.1/rbac.yaml) diff --git a/workflows/jira/versions/0.0.1/docs/jira-create-comment.md b/workflows/jira/versions/0.0.1/docs/jira-create-comment.md index 8e0cdef5..a517f2d2 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-create-comment.md +++ b/workflows/jira/versions/0.0.1/docs/jira-create-comment.md @@ -8,7 +8,7 @@ Create comment on Jira ### Inputs * COMMENT_BODY (optional) - Text to add to the comment * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_ISSUE_SOURCE_FIELD (optional) - Jira issue ID or key source field * JIRA_USERNAME (required) - The Kubernetes secret with the jira username diff --git a/workflows/jira/versions/0.0.1/docs/jira-create-issue.md b/workflows/jira/versions/0.0.1/docs/jira-create-issue.md index 7be6212b..34d94ea8 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-create-issue.md +++ b/workflows/jira/versions/0.0.1/docs/jira-create-issue.md @@ -7,7 +7,7 @@ Create issue on Jira ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md b/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md index 5cf38265..2fa34cdb 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md +++ b/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status-and-update.md @@ -7,7 +7,7 @@ Transition the Issue status and update a single item ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md b/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md index 36243e27..abc193cf 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md +++ b/workflows/jira/versions/0.0.1/docs/jira-issue-transition-status.md @@ -7,7 +7,7 @@ Transition the Issue status on a single item ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status-from-jql.md b/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status-from-jql.md index f2fef242..4de2b043 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status-from-jql.md +++ b/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status-from-jql.md @@ -7,7 +7,7 @@ Verify Issue Status on Issues from JQL Query ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status.md b/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status.md index 5a7aaefe..993aca96 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status.md +++ b/workflows/jira/versions/0.0.1/docs/jira-issue-verify-status.md @@ -7,7 +7,7 @@ Verify Issue Status on Single Issue ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md b/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md index e2c6223f..e23f3e29 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md +++ b/workflows/jira/versions/0.0.1/docs/jira-update-all-from-jql.md @@ -7,7 +7,7 @@ Update all issues on Jira from JQL ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/docs/jira-update-comment.md b/workflows/jira/versions/0.0.1/docs/jira-update-comment.md index 1577ebd4..7e160662 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-update-comment.md +++ b/workflows/jira/versions/0.0.1/docs/jira-update-comment.md @@ -8,7 +8,7 @@ Update comment on Jira ### Inputs * COMMENT_BODY (optional) - Text to add to the comment * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_ISSUE_SOURCE_FIELD (optional) - Jira issue ID or key source field * JIRA_USERNAME (required) - The Kubernetes secret with the jira username diff --git a/workflows/jira/versions/0.0.1/docs/jira-update-issue.md b/workflows/jira/versions/0.0.1/docs/jira-update-issue.md index c0dbb634..5a09ac62 100644 --- a/workflows/jira/versions/0.0.1/docs/jira-update-issue.md +++ b/workflows/jira/versions/0.0.1/docs/jira-update-issue.md @@ -7,7 +7,7 @@ Update issue on Jira ### Inputs * JIRA_API_KEY (required) - The Kubernetes secret with the jira access key -* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the Amazon access key. Default is 'api-key' +* JIRA_API_KEY_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira api access key. Default is 'api-key' * JIRA_BASE_URL (required) - Jira base url * JIRA_USERNAME (required) - The Kubernetes secret with the jira username * JIRA_USERNAME_SECRET_KEY (optional) - The key in the Kubernetes secret with the jira username. Default is 'username' diff --git a/workflows/jira/versions/0.0.1/workflowTemplate.yaml b/workflows/jira/versions/0.0.1/workflowTemplate.yaml index 5fa2a4c9..d2e71a7c 100644 --- a/workflows/jira/versions/0.0.1/workflowTemplate.yaml +++ b/workflows/jira/versions/0.0.1/workflowTemplate.yaml @@ -11,7 +11,7 @@ metadata: argo-hub/owner_email: 'matthew.chung@codefresh.io' argo-hub/owner_avatar: 'https://github.com/matthewchungcodefresh.png' argo-hub/owner_url: 'https://github.com/matthewchungcodefresh' - argo-hub/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub/icon-background: "#f4f4f4" spec: @@ -21,7 +21,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Create comment on Jira' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -80,7 +80,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Update comment on Jira' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -137,7 +137,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Create issue on Jira' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -212,7 +212,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Update issue on Jira' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -278,7 +278,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Update all issues on Jira from JQL' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -344,7 +344,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Verify Issue Status on Single Issue' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -398,7 +398,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Verify Issue Status on Issues from JQL Query' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -452,7 +452,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Transition the Issue status on a single item' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3" @@ -510,7 +510,7 @@ spec: metadata: annotations: argo-hub-template/description: 'Transition the Issue status and update a single item' - argo-hub-template/icon_url: "https://github.com/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" + argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/jira/assets/icon.svg" argo-hub-template/icon_background: "#f4f4f4" retryStrategy: limit: "3"