Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find-jira-issue 0.0.1 #2570

Merged
merged 8 commits into from Jul 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 43 additions & 0 deletions steps/find-jira-issue/0.0.1/step.yml
@@ -0,0 +1,43 @@
title: Find Jira Issue
summary: |
Find the jira issue and add it as an environment variable
description: |
Step that locates the a jira issue from the input and sets it as an environment variable for future steps
website: https://github.com/jimmithy/bitrise-step-find-jira-issue
source_code_url: https://github.com/jimmithy/bitrise-step-find-jira-issue
support_url: https://github.com/jimmithy/bitrise-step-find-jira-issue/issues
published_at: 2020-06-29T16:13:40.854864-04:00
source:
git: https://github.com/jimmithy/bitrise-step-find-jira-issue.git
commit: 4b1566842f7147cbdad6fd65f1d145f56c08c9ed
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- utility
toolkit:
bash:
entry_file: step.sh
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
inputs:
- find_issue_content: $BITRISE_GIT_MESSAGE
opts:
description: |
The input text content used to locate the jira ticket number.

For example, the git commit message or branch name.
is_expand: true
is_required: true
summary: Where should we look for jira issues
title: Text Content
value_options: []
outputs:
- JIRA_ISSUE_LIST: null
opts:
description: |
Unique Jira issues found from the input. Multiple results will have a | delimiter.
summary: The jira issues found in the input
title: Jira Issue(s)