Jira Integration
With the Jira integration you can turn all those forgotten TODO and FIXME comments into tangible issue tracking. With the vexal commands push-all, push-f and push-t you can push comments found in your codebase to your Jira project.
Init Jira Connection
To establish connection with your Jira project run the following command. This will prompt you to authenticate into Jira and allow vexal to be able to make changes to your Jira project.
vx jira init
This will also add jira configuration to your .vx.yaml
file.
...
jira_cloud_id: Your CLoud ID
jira_name: Jira Name
jira_project_key: Enter the Jira Project key associated with this repository
jira_url: Jira URL
...
Be sure to add your jira_project_key
Jira Authentication
login
You need to authenticate into your Jira project in order for vexal to make edits your Jira project.
vx jira login
Pushing Comments to Jira
push-all
Push TODO and FIXME comments to Jira board.
vx jira push-all
push-t
Push all TODO comments to Jira board as Stories
vx jira push-t
push-f
Push all FIXME comments to Jira board as Bugs
vx jira push-f
lt
List issue types for your project
vx jira lt