jira-cli/pkg/jira
Ankit Pokhrel b7a9fec9c2
feat: Show subtasks in issue view (#382)
Resolves #338
2022-06-06 10:26:17 +02:00
..
filter feat: Add an option to load N comments when viewing issue (#226) 2021-12-12 18:49:26 +01:00
testdata feat: Add issues unlink command (#347) 2022-05-08 09:09:54 +02:00
board.go feat: Add search option for boards on jira init (#322) 2022-03-08 12:09:45 +01:00
board_test.go feat: Add search option for boards on jira init (#322) 2022-03-08 12:09:45 +01:00
client.go feat: Ability to delete issue (#336) 2022-03-29 05:04:45 +02:00
client_test.go feat: Ability to delete issue (#336) 2022-03-29 05:04:45 +02:00
create.go feat: Support custom fields on issue create (#319) 2022-04-20 21:02:40 +02:00
create_test.go fix: Jira client should respect timeout opt (#304) 2022-02-20 11:40:37 +01:00
createmeta.go feat: Support custom fields on issue create (#319) 2022-04-20 21:02:40 +02:00
createmeta_test.go feat: Support custom fields on issue create (#319) 2022-04-20 21:02:40 +02:00
customfield.go feat: Support custom fields on issue edit (#377) 2022-05-29 19:33:26 +02:00
delete.go feat: Ability to delete issue (#336) 2022-03-29 05:04:45 +02:00
delete_test.go feat: Ability to delete issue (#336) 2022-03-29 05:04:45 +02:00
doc.go chore: doc fixes and code reformating (#6) 2020-12-11 19:42:55 +01:00
edit.go feat: Support custom fields on issue edit (#377) 2022-05-29 19:33:26 +02:00
epic.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
epic_test.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
issue.go feat: Add issues unlink command (#347) 2022-05-08 09:09:54 +02:00
issue_test.go feat: Add issues unlink command (#347) 2022-05-08 09:09:54 +02:00
me.go feat: Support auth with personal access tokens (#327) 2022-03-12 20:30:47 +01:00
me_test.go fix: Jira client should respect timeout opt (#304) 2022-02-20 11:40:37 +01:00
project.go feat: Add type on project listing (#190) 2021-11-13 09:41:13 +01:00
project_test.go fix: Jira client should respect timeout opt (#304) 2022-02-20 11:40:37 +01:00
search.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
search_test.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
sprint.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
sprint_test.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
transition.go feat: Support move cmd for on-premise jira installation (#147) 2021-09-25 10:59:22 +02:00
transition_test.go fix: Jira client should respect timeout opt (#304) 2022-02-20 11:40:37 +01:00
types.go feat: Show subtasks in issue view (#382) 2022-06-06 10:26:17 +02:00
user.go fix: Issue with query param in user assignment (#380) 2022-06-03 08:51:05 +02:00
user_test.go fix: Issue with query param in user assignment (#380) 2022-06-03 08:51:05 +02:00