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 e1d4b01 commit ed1bdbf
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 @@ -12,7 +12,7 @@ authentication (JIRA and RT), the ``<auth>`` parameter should contain
'kerberos'.


.. rst:role:: How to
.. rst:role:: General workflow for ticketutil
- 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 @@ -35,7 +35,7 @@ authentication (JIRA and RT), the ``<auth>`` parameter should contain

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

.. rst:role:: Contd..
.. rst:role:: Check set_ticket_id() for working with a Ticket object
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 All @@ -44,7 +44,7 @@ on a separate ticket. Instead of creating a new Ticket object, you can
simply pass an existing ``<ticket_id>`` in to the ``set_ticket_id()``
method to begin working on another ticket.

.. rst:role:: How to
.. rst:role:: Workflow for the same
- To return the current Ticket object's ticket_id or ticket_url, use the ``get_ticket_id()`` or ``get_ticket_url()`` methods.

Expand Down

0 comments on commit ed1bdbf

Please sign in to comment.