jira-cli/pkg/jira
Ankit 34221786aa
chore: Add tests for sprint close (#778)
2024-09-20 10:29:56 +02:00
..
filter feat: Add an option to load N comments when viewing issue (#226) 2021-12-12 18:49:26 +01:00
testdata chore: Add tests for sprint close (#778) 2024-09-20 10:29:56 +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 chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
client.go [feat] Add cli method for close sprint with supporting jira client methods (#756) 2024-09-20 10:11:48 +02:00
client_test.go feat: Ability to delete issue (#336) 2022-03-29 05:04:45 +02:00
create.go fix: regression introduced by new OriginalEstimate attribute (#767) 2024-08-30 09:45:32 +02:00
create_test.go fix: regression introduced by new OriginalEstimate attribute (#767) 2024-08-30 09:45:32 +02:00
createmeta.go feat: Support for Jira v9 (#447) 2022-08-29 09:11:40 +02:00
createmeta_test.go feat: Support for Jira v9 (#447) 2022-08-29 09:11:40 +02:00
customfield.go feat: Add support for project datatype in custom fields (#482) 2022-10-09 09:50:25 +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: affects version (#642) 2023-08-23 10:10:44 +02:00
epic.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
epic_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
issue.go feat(718): issue view: --raw option (#720) 2024-04-06 11:42:51 +02:00
issue_test.go feat(718): issue view: --raw option (#720) 2024-04-06 11:42:51 +02:00
me.go fix: Respect jira timezone (#697) 2024-01-09 09:42:20 +01:00
me_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
project.go feat: Add type on project listing (#190) 2021-11-13 09:41:13 +01:00
project_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
search.go fix!: Replace limit flag with paginate (#359) 2022-05-06 19:49:58 +02:00
search_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
serverinfo.go feat: Add serverinfo command (#440) 2022-08-17 08:34:10 +02:00
serverinfo_test.go feat: Add serverinfo command (#440) 2022-08-17 08:34:10 +02:00
sprint.go chore: Add tests for sprint close (#778) 2024-09-20 10:29:56 +02:00
sprint_test.go chore: Add tests for sprint close (#778) 2024-09-20 10:29:56 +02:00
transition.go feat: Resolution, assignee & comment on issue move (#492) 2022-11-06 10:16:06 +01:00
transition_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00
types.go [feat] Add `mtls` authentication for client certificate auth (#615) 2023-09-23 12:01:31 +02:00
user.go fix: Issue with query param in user assignment (#380) 2022-06-03 08:51:05 +02:00
user_test.go chore: Remove deprecated ioutil usage (#422) 2022-07-30 20:15:07 +02:00