Skip to content

kherP/jira-custom-field

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 Update Custom Field

Update fields of an issue

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

Usage

Note: this action requires Jira Login Action

To update the fields of an issue you need to specify an issue key and field data as action inputs, like:

- name: Comment on issue
  uses: kherP/jira-custom-field@v1.1.2
  with:
  issue: INC-2;INC-3
  fields: customfield_10006=https://www.google.com;customfield_10007=4

Action Spec

Environment variables

  • None

Inputs

  • issue - An issue key to add a comment for
  • fields - fields to update (only support text or number field for now)

Outputs

  • None

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

  • issue

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

  • None

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Shell 1.0%