Skip to content

Commit

Permalink
FIX for Usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 21, 2017
1 parent c859031 commit 3e84678
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions read-the-docs/source/Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ authentication (JIRA and RT), the ``<auth>`` parameter should contain
Work with a new ticket
----------------------

- Create a ticket with the ``create()`` method. This sets the ``ticket_id``
+ Create a ticket with the ``create()`` method. This sets the ``ticket_id``
instance variable, allowing you to perform more tasks on the ticket.

- Add comments, edit ticket fields, add watchers, change the ticket
+ Add comments, edit ticket fields, add watchers, change the ticket
status, etc on the ticket.

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

- To work on existing tickets, you can also pass in a fourth parameter
+ To work on existing tickets, you can also pass in a fourth parameter
when creating a Ticket object: ``<ticket_id>``. The general workflow for
working with existing tickets is as follows:

- Create a JiraTicket, RTTicket, RedmineTicket, BugzillaTicket
+ Create a JiraTicket, RTTicket, RedmineTicket, BugzillaTicket
or ServiceNowTicket object with ``<url>``, ``<project_key>``, ``<auth>`` and
``<ticket_id>``.

- Add comments, edit ticket fields, add watchers, change the ticket
+ Add comments, edit ticket fields, add watchers, change the ticket
status, etc on the ticket.

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

Work with an existing ticket
----------------------------
Expand Down

0 comments on commit 3e84678

Please sign in to comment.