//
pkg.gl
Category
github.com/ankitpokhrel/jira-cli
pkg
jql
package
1.5.1
Repository:
https://github.com/ankitpokhrel/jira-cli.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
2
Files
192 SLOC
#
Functions
NewJQL
NewJQL initializes jql query builder.
#
Constants
DirectionAscending
DirectionAscending is an ascending sort order.
DirectionDescending
DirectionDescending is a descending sort order.
#
Structs
JQL
JQL is a jira query language constructor.
#
Type aliases
GroupFunc
GroupFunc groups AND and OR operators.