Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

govcms-extras/github-action-jira-create

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Jira Create

This project is forked from https://github.com/atlassian/gajira-create

Please use the offical project if possible

What this project can do

  • Create new Jira issue

Usage

- name: Jira issue:create
  uses: uses: govcms-extras/github-action-jira-create@main
  with:
    project: EXAMPLE
    issuetype: Task
    summary: |
      Build completed for ${{ github.repository }}
    description: |
      Compare branch
    fields: '{"customfield_10171": "test"}'

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published