jira-cli/pkg/jira
Ankit Pokhrel 85d8a7ec5a
feat: Support custom fields on issue edit (#377)
2022-05-29 19:33:26 +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: Allow to edit release-info/fixVersions (#365) 2022-05-15 19:50:33 +02:00
user.go feat: Support assign cmd for on-premise jira installation (#145) 2021-09-21 19:43:38 +02:00
user_test.go fix: Issue with assigning user (#321) 2022-04-22 08:26:37 +02:00