Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

tomhjp/gajira-create

 
 

Repository files navigation

Jira Create

Create new issue

Usage

Note: this action requires Jira Login Action.

- name: Create
  id: create
  uses: ./atlassian/gajira-create@master
  with:
    project: GA
    issuetype: Build
    summary: |
      Build completed for ${{ github.repository }}
    description: |
      Compare branch

- name: Log created issue
  run: echo "Issue ${{ steps.create.outputs.issue }} was created"

Action Spec

Inputs

All are required.

  • project - Key of the project
  • issuetype - Type of the issue to be created. Example: 'Incident'
  • summary - Issue summary
  • description - Issue description
  • issuelink - Issue URL
  • fixVersion - Fix version
  • team - Team

Outputs

  • issue - Key of the newly created issue

Reads fields from config file at $HOME/jira/config.yml

  • project
  • issuetype
  • summary
  • description

Writes fields to config file at $HOME/jira/config.yml

  • issue - a key of a newly created issue

Writes fields to CLI config file at $HOME/.jira.d/config.yml

  • issue - a key of a newly created issue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%