Skip to content

griggi-ws/jira-create-issue-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-create-issue-action

This is a github action step implementation to create issues in jira for newly created issues in github, written in js.

Requirements

This github action step has no external requirements and can be used as a standalone step.

Input

This github action step takes the following arguments as input:

  • jiraBaseUrl (the base url for the jira project)
  • project (the jira project)
  • issueType (the issue type that the tickets will have when created)
  • summary (the summary of the jira tickets created)
  • description (the description of the jira tickets created)
  • labels (the labels that the jira ticket will have once created)
  • jiraEmail (the email of the jira account to use, which needs to have write access to the project)
  • jiraToken (an access token of the jira account to use)

Usage

This github action step should be placed in a github action workflow that is triggered by an issue generation.

Once the issue is generated, call this action step to automatically generate a relevant ticket in jira.

About

Auth via Bearer + PAT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%