Skip to content

Commit bd8798b

Browse files
author
Bernhard Grünewaldt
committed
usage for userSortOptions
1 parent 3d62597 commit bd8798b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

customfield_editor_plugin_client/cli_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ def main():
6262
print (' insert options:')
6363
print (' $> cep-client -a userInsertOptions --customFieldId 10001 -f ./test-data/options-to-insert.json -url http://localhost:2990/jira/ -user admin -pass admin')
6464
print (' FILE FORMAT: https://github.com/codeclou/customfield-editor-plugin/tree/cep-client/test-data/options-to-insert.json ')
65+
print ('')
66+
print (' sort options:')
67+
print (' $> cep-client -a userSortOptions --customFieldId 10001 --order ASCENDING -url http://localhost:2990/jira/ -user admin -pass admin')
6568

6669
sys.exit(1)
6770

0 commit comments

Comments
 (0)