Categorygithub.com/hirakiuc/alfred-jira-workflow
module
0.0.0-20210411101135-6bf87858ad39
Repository: https://github.com/hirakiuc/alfred-jira-workflow.git
Documentation: pkg.go.dev

# README

Go

alfred-jira-workflow

Alfred workflow to view the JIRA resources.

TBD: This workflow doesn't fix the spec, yet...

HowToDev

Environment Variables

TBD: Add environment variables requirements

Environment VariableDescriptionPurpose
GO111MODULEonDev/Build
alfred_workflow_bundleidjp.altab.app.alfred.workflow.jiraaw-go
alfred_workflow_cache `pwd`/tmp/cacheaw-go
alfred_workflow_data `pwd`/tmp/dataaw-go
alfred_workflow_version1aw-go
JIRA_API_TOKENYour JIRA API TokenJIRA auth
JIRA_EMAILYour emailJIRA auth
JIRA_BASE_URLYour JIRA endpointJIRA auth

HowToUse

CLI Usage

$ jira issue {search}
$ jira issue #1234

# Board -> issue
$ jira board {search}
$ jira board {BoardID} issue {search}
$ jira board {BoardID} issue #1234

# Board -> sprint -> issue
$ jira board {BoardID} sprint {query}
-> show sprint in the board
$ jira board {BoardID} sprint sprintID {query}
-> show issues in the sprint of the board

# Board -> backlog -> issue
# jira board {BoardID} backlog {query}
-> show issues in the backlog of the board

$ jira project {project} issue {search}
$ jira project {project} issue #1234

$ jira my-filters {search}
$ jira my-filters {name} issue {search}

License

See LICENSE file.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author