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 16, 2017
1 parent d796d82 commit d02daa8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion read-the-docs/source/Usage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usage
=====

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

* Create a *JiraTicket*, *RTTicket*, *RedmineTicket*, *BugzillaTicket*
or *ServiceNowTicket* object with ``<url>``, ``<project>`` and ``<auth>``. This
Expand All @@ -11,12 +11,15 @@ The general usage workflow for creating new tickets is:
authentication (JIRA and RT), the ``<auth>`` parameter should contain
'kerberos'.


* 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
status, etc on the ticket.


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


Expand Down Expand Up @@ -49,7 +52,9 @@ The general usage workflow for creating new tickets is:
python3 -m unittest discover ./tests/
.. role:: rubric

See the docstrings in the code or the tool-specific files in the docs
and examples directories for more information.

Expand Down

0 comments on commit d02daa8

Please sign in to comment.