From 2c33f9ce7e682427b22a1858e4b5cabb8dc8b128 Mon Sep 17 00:00:00 2001 From: Neil Mansilla Date: Tue, 6 Mar 2018 11:09:23 -0800 Subject: [PATCH] Use API tokens instead of passwords; change JIRA to Jira; update docs URL --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 276a7c0..13572f8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# JIRA REST API Client +# Jira REST API Client [![Build Status](https://secure.travis-ci.org/chobie/jira-api-restclient.png)](http://travis-ci.org/chobie/jira-api-restclient) -You all know that JIRA supports REST API, right? It can be very useful, for example, during automation job creation and notification sending. +You all know that Jira supports REST API, right? It can be very useful, for example, during automation job creation and notification sending. -This library will ensure unforgettable expirience when working with JIRA through REST API. Hope you'll enjoy it. +This library will ensure unforgettable expirience when working with Jira through REST API. Hope you'll enjoy it. ## Usage -* JIRA Rest API Documents: https://docs.atlassian.com/jira/REST/latest/ +* Jira REST API documentation: https://developer.atlassian.com/cloud/jira/platform/rest/ ```php