jira.svg

Jira

by drone-plugins


A plugin to attach build and deployment details to a Jira issue. For information on how to use the plugin with drone there is a video `https://www.youtube.com/watch?v=YIKbLeY1-gI`.

Example

kind: pipeline
name: default

steps:
- name: jira
  image: plugins/jira
  settings:
    client_id:
      from_secret: jira_client_id
    client_secret:
      from_secret: jira_client_secret
    instance: droneio
    project: TT
    environment_name: staging
    log_level: debug
    pipeline: bash_plugin

Properties

  • client_id

    stringrequired

    The Jira Oauth2 client ID.

    Secret recommended

    Default: none

  • client_secret

    stringrequired

    The Jira Oauth2 client secret.

    Secret recommended

    Default: none

  • instance

    stringrequired

    The Jira instance.

    Default: none

  • project

    stringrequired

    The Jira project.

    Default: none

  • environment_name

    stringrequired

    The Jira environment name.

    Default: none

  • pipeline

    stringrequired

    The pipeline name.

    Default: none

  • log_level

    stringoptional

    debug/info Level defines the plugin log level. Set this to debug to see the response from jira

    Default: none

  • link

    stringoptional

    The link to the Jira deployment.

    Default: none