1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-14 23:45:03 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
e18b086dfc 🔥[PACKAGE] Change: Package Name 2021-10-10 17:37:36 +05:30
f1fe71fa2d fixing package names 2021-08-27 14:45:21 +05:30
c1432db690 Switched Assignee also 2021-04-17 09:08:38 +00:00
c56dab9422 #69 #373 Changed creation example to refer reporter by accountID instead of username since it is deprecated in Jira cloud 2021-04-17 09:01:31 +00:00
39d06f7d62 Switched from deprecated terminal.ReadPassword to term.ReadPassword in examples: basicauth, create, renderedfields and searchpages 2021-03-08 22:44:30 +00:00
0779eb292a Merge pull request #358 from manuelbcd/new-example-create-with-custom-fields
Added example "Create with custom fields"
2021-03-04 06:07:09 -05:00
7e1d26c27b PR 358 - x/term.ReadPassword and os.Exit 2021-03-04 10:58:08 +00:00
c2a046111c Added example 2021-03-03 23:09:30 +00:00
abcff6f1b5 Fixed examples/create response output 2021-03-03 22:56:21 +00:00
cac0fa9648 Updates as requested 2021-03-03 12:52:56 +11:00
9c2ab8f856 var total was having an issues 2021-03-03 10:05:31 +11:00
97404d7e0c update as requested 2021-03-03 10:00:55 +11:00
89e9da4369 Adding example for Pagination 2021-02-19 08:34:23 +11:00
ef6d633ae1 style: Fix typos
go-jira/examples/renderedfields/main.go
	Line 51: warning: "Targetting" is a misspelling of "Targeting" (misspell)

go-jira/authentication.go
	Line 169: warning: "authenticaiton" is a misspelling of "authentication" (misspell)

go-jira/issue.go
	Line 802: warning: "specifiying" is a misspelling of "specifying" (misspell)
2020-05-03 17:46:02 +02:00
8b64c7f005 fix(issue): IssueService.Search() with a not empty JQL triggers 400 bad request (#292)
The JQL search term is escaped twice.

closes issue #291
2020-05-03 10:05:39 +02:00
553e8b8eed executable searchpages example 2018-11-18 10:46:16 +01:00
5202530abe added executable searchpages example 2018-11-18 10:46:16 +01:00
70d5e30693 Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
6b32ea13a0 Added support for the 'expand:renderfields' option
A couple of fields can be rendered server side, especially the ones
related to dates (that can become string like "2 hours ago"), and the
comments body that can be expanded from JIRA wiki markup into HTML.
A new type IssueRenderedFields has been introduced with a couple of
fields that can be expanded.
2018-06-03 23:42:41 +02:00
555db9e15b Add an example for basic auth 2018-02-24 11:52:57 -08:00