Skip to content

Commit

Permalink
UPDATE Usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 19, 2017
1 parent fdb75fb commit 3f886fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions read-the-docs/source/Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Usage

**The general usage workflow for creating new tickets is:**

`Introduction`
.. centered:: Introduction

Create a JiraTicket, RTTicket, RedmineTicket, BugzillaTicket
or ServiceNowTicket object with ``<url>``, ``<project>`` and ``<auth>``. This
Expand All @@ -14,7 +14,7 @@ authentication (JIRA and RT), the ``<auth>`` parameter should contain
'kerberos'.


`How to`
``How to``

- Create a ticket with the ``create()`` method. This sets the ``ticket_id``
instance variable, allowing you to perform more tasks on the ticket.
Expand All @@ -37,7 +37,7 @@ authentication (JIRA and RT), the ``<auth>`` parameter should contain

- Close ticket Requests session with ``close_requests_session()``.

`Contd..`
``Contd..``

There is also a ``set_ticket_id()`` method for a Ticket object. This is
useful if you are working with a Ticket object that already has the
Expand Down

0 comments on commit 3f886fa

Please sign in to comment.