1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Andy Grunwald
146229d2ab
fix(product): Make product naming consistent, rename JIRA to Jira (#286)
Atlassian names the product "Jira".
In this library, the product name is used different (JIRA) and
inconsistent (sometimes JIRA, sometimes Jira).

closes issue #284
2020-05-14 17:18:31 +02:00
Suhaib Mujahid
e1f4265e2b
feat(context): Add support for context package 2020-05-03 15:38:32 +02:00
Nate Mara
937f5bdca8 Handle error with NewJiraError 2018-06-29 10:01:28 -04:00
Nate Mara
77ea07b2ce Simplify deserialization logic 2018-06-28 12:31:23 -04:00
Nate Mara
bd60d4e7da Remove FullComponent struct in favor of existing ProjectComponent 2018-06-28 08:33:09 -04:00
Nate Mara
1020f3e808 Update CreateComponentOptions to include JSON field tags 2018-06-25 12:07:42 -04:00
Nate Mara
a6efe394fa Add ComponentService to allow creation of Components 2018-06-25 10:48:21 -04:00