You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/tickets.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
.. _cli_tickets:
2
2
3
3
Support Tickets
4
-
===============
4
+
=================
5
5
6
-
The SoftLayer ticket API is used to create "classic" or Infrastructure Support cases.
7
-
These tickets will still show up in your web portal, but for the more unified case management API,
8
-
see the `Case Management API <https://cloud.ibm.com/apidocs/case-management#introduction>`_
6
+
The SoftLayer ticket API is used to create "classic" or Infrastructure Support cases. These tickets will still show up in your web portal, but for the more unified case management API, see the `Case Management API <https://cloud.ibm.com/apidocs/case-management#introduction>`_
7
+
8
+
.. note::
9
+
10
+
Windows Git-Bash users might run into issues with `ticket create` and `ticket update` if --body isn't used, as it doesn't report that it is a real TTY to python, so the default editor can not be launched.
9
11
10
-
.. note:: Windows Git-Bash users might run into issues with `ticket create` and `ticket update` if --body isn't used, as it doesn't report that it is a real TTY to python, so the default editor can not be launched.
0 commit comments