Drone plugins > Jira
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
stringrequiredThe Jira Oauth2 client ID.
Secret recommendedDefault: none
client_secret
stringrequiredThe Jira Oauth2 client secret.
Secret recommendedDefault: none
instance
stringrequiredThe Jira instance.
Default: none
project
stringrequiredThe Jira project.
Default: none
environment_name
stringrequiredThe Jira environment name.
Default: none
pipeline
stringrequiredThe pipeline name.
Default: none
log_level
stringoptionaldebug/info Level defines the plugin log level. Set this to debug to see the response from jira
Default: none
link
stringoptionalThe link to the Jira deployment.
Default: none