1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00
go-jira/examples
Andy Grunwald 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
..
basicauth Add an example for basic auth 2018-02-24 11:52:57 -08:00
create Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
do Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
ignorecerts Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
jql fix(issue): IssueService.Search() with a not empty JQL triggers 400 bad request (#292) 2020-05-03 10:05:39 +02:00
newclient Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
renderedfields style: Fix typos 2020-05-03 17:46:02 +02:00
searchpages executable searchpages example 2018-11-18 10:46:16 +01:00