Skip to content

Commit

Permalink
find-jira-issue 0.0.1 (bitrise-io#2570)
Browse files Browse the repository at this point in the history
* find-jira-issue 0.0.1

* find-jira-issue 0.0.1

* find-jira-issue 0.0.1

* Pull Request Feedback

* Output variable should declare that it can be a list
* More descriptive input variable title
* Input variable should be lower snake case
* input variable shouldn't contain the word input.

* Typo in input description

Jira ticket number not jira commit message.

* added maintainer field

* remove file

Co-authored-by: Tamas Papik <trapacska@gmail.com>
  • Loading branch information
2 people authored and kimdv committed Jul 27, 2020
1 parent 708d835 commit 4bc0143
Showing 1 changed file with 43 additions and 0 deletions.
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)

0 comments on commit 4bc0143

Please sign in to comment.