We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d62597 commit bd8798bCopy full SHA for bd8798b
customfield_editor_plugin_client/cli_client.py
@@ -62,6 +62,9 @@ def main():
62
print (' insert options:')
63
print (' $> cep-client -a userInsertOptions --customFieldId 10001 -f ./test-data/options-to-insert.json -url http://localhost:2990/jira/ -user admin -pass admin')
64
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')
68
69
sys.exit(1)
70
0 commit comments