GitXplorerGitXplorer
a

gajira-create

public
57 stars
31 forks
16 issues

Commits

List of commits on branch master.
Verified
efc6ccbf894ad3f93f0fe588ca46c170340518a2

Update README.md to reflect maintenance status (#57)

jjoshkay10 committed a year ago
Unverified
59e177c4f6451399df5b4911c2211104f171e669

incrementing version number

mmboudreau committed 2 years ago
Verified
c5be979c86565e16edbccf9c470b28af4bd25fe1

adding license (#40)

mmboudreau committed 2 years ago
Verified
f10e494394eb74775a499aba369403d9f28cb964

updating readme (#39)

mmboudreau committed 2 years ago
Verified
21bb4930b29be8d6e40435682ee86b43de5bf96c

setting actions versioning (#38)

mmboudreau committed 2 years ago
Verified
1ff0b6bd115a780592b47bfbb63fc4629132e6ec

ARC-1820 transfer ownership (#37)

mmboudreau committed 2 years ago

README

The README file for this repository.

⚠️ This repository isn’t maintained anymore.

Jira Create

Create new issue

Only supports Jira Cloud. Does not support Jira Server (hosted)

Usage

Note: this action requires Jira Login Action
- name: Create
  id: create
  uses: atlassian/gajira-create@v3
  with:
    project: GA
    issuetype: Build
    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"

Action Spec:

Environment variables

  • None

Inputs

  • project (required) - Key of the project
  • issuetype (required) - Type of the issue to be created. Example: 'Incident'
  • summary (required) - Issue summary
  • description - Issue description
  • fields - Additional fields in JSON format

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