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

6 Commits

Author SHA1 Message Date
59bda3c9b6 [LIBRARY] Migrate: to interviewstreet 2021-11-10 22:38:26 +05:30
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
39d06f7d62 Switched from deprecated terminal.ReadPassword to term.ReadPassword in examples: basicauth, create, renderedfields and searchpages 2021-03-08 22:44:30 +00: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
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