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.

Terminal
vx jira init

This will also add jira configuration to your .vx.yaml file.

vx.yaml
...
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
...

Jira Authentication

login

You need to authenticate into your Jira project in order for vexal to make edits your Jira project.

Terminal
vx jira login

Pushing Comments to Jira

push-all

Push TODO and FIXME comments to Jira board.

Terminal
vx jira push-all

push-t

Push all TODO comments to Jira board as Stories

Terminal
vx jira push-t

push-f

Push all FIXME comments to Jira board as Bugs

Terminal
vx jira push-f

lt

List issue types for your project

Terminal
vx jira lt

Was this page helpful?