jira-commands
View on PyPI — Reverse Dependencies (0)
0.22.2 | jira_commands-0.22.2-py3-none-any.whl |
Wheel Details
Project: | jira-commands |
Version: | 0.22.2 |
Filename: | jira_commands-0.22.2-py3-none-any.whl |
Download: | [link] |
Size: | 32142 |
MD5: | c660689b454edeeded387d073e6c5c8d |
SHA256: | abb0bc01179025e1e7ae85a5cce5605c081a6e9378fc01f5c3e500cedcd0f4a3 |
Uploaded: | 2024-06-21 16:51:10 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | poetry-core 1.9.0 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
jira_commands/__init__.py | sha256=aH9zzVDyZr7oa48dKDqrzkLASTkODce3oAwGNjPlbBg | 117 |
jira_commands/cli/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
jira_commands/cli/common.py | sha256=fKBwOgTgPwUn3cHqNJrW5I6ot9FvbBS7t1mkrL7jwaY | 5377 |
jira_commands/cli/crudops.py | sha256=AHuwo5x4fjPeobGoLwBY5ulobdkNOlz9VA_poVxuTw4 | 13783 |
jira_commands/cli/jc.py | sha256=bYC59U-s56cPzJGWukuBOip-FaMQ7oElKFUbyD0OLNU | 1544 |
jira_commands/cli/jql.py | sha256=bAvZ2PzJxNlcd8Z-oF_VbyVLzRHj9jXvBlNjEmnWYos | 1199 |
jira_commands/cli/labels.py | sha256=RDN30NgzsfvbSz9aW4S1dg3-MBrpom9vDxu--J9Zq2U | 4144 |
jira_commands/cli/list.py | sha256=hVm7ZKCcCUevbYftKNB9cDdD5mS_1q0Cf1XbIFg7Zdo | 1204 |
jira_commands/cli/map_extractor.py | sha256=N0qDeod3h3KRM4BTO2rjyPLlQ2TT54WcRQFBbYY4shg | 3222 |
jira_commands/cli/subtasks.py | sha256=Itq_pi4-53Q-B3jfM35zWd3PtTz-ZZJy5yg00BvGj7M | 3596 |
jira_commands/cli/vivisect.py | sha256=aJTNZZ7pGUZWOq-o_htJxb-v64KzZAMH_S2GmLK5nac | 6461 |
jira_commands/jira.py | sha256=Ai29dy2bmGt4_Ueiw7f4g1Z7H2DV3MeMZoHjW7bTPoU | 47031 |
jira_commands/utils.py | sha256=8V72cWiGRdIfhJtENrE7YmZszaIPa7VrO6turBrGOAY | 323 |
jira_commands-0.22.2.dist-info/LICENSE | sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ | 11357 |
jira_commands-0.22.2.dist-info/METADATA | sha256=J7mv1gZYKRTbw-JABQ-8a2ncR2QZH8roWmbpA0corQY | 8126 |
jira_commands-0.22.2.dist-info/WHEEL | sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg | 88 |
jira_commands-0.22.2.dist-info/entry_points.txt | sha256=Dsd917Lagvb5Fk7qb2sp1DFAuxZSaPEtwl9CiW54alw | 3280 |
jira_commands-0.22.2.dist-info/RECORD | — | — |
entry_points.txt
jc = jira_commands.cli.jc:jc_driver
jc-add-label = jira_commands.cli.labels:add_label
jc-assign-subtasks = jira_commands.cli.subtasks:assign_subtasks
jc-assign-ticket = jira_commands.cli.crudops:assign_ticket
jc-assign-ticket-subtasks = jira_commands.cli.subtasks:assign_subtasks
jc-close-subtasks = jira_commands.cli.subtasks:close_subtasks
jc-close-ticket = jira_commands.cli.crudops:close_ticket
jc-close-ticket-subtasks = jira_commands.cli.subtasks:close_subtasks
jc-comment-on-subtasks = jira_commands.cli.subtasks:comment_on_subtasks
jc-comment-on-ticket = jira_commands.cli.crudops:comment_on_ticket
jc-comment-on-ticket-subtasks = jira_commands.cli.subtasks:comment_on_subtasks
jc-create-ticket = jira_commands.cli.crudops:create_ticket
jc-custom-field-allowed-values = jira_commands.cli.vivisect:list_allowed_field_values
jc-dump-all-custom-field-allowed-values = jira_commands.cli.vivisect:dump_all_customfield_allowed_values
jc-dump-all-customfield-allowed-values = jira_commands.cli.vivisect:dump_all_customfield_allowed_values
jc-examine-ticket = jira_commands.cli.vivisect:vivisect
jc-extract-custom-field-mappings = jira_commands.cli.map_extractor:create_mapping_file
jc-extract-customfield-mappings = jira_commands.cli.map_extractor:create_mapping_file
jc-extract-values-for-custom-field = jira_commands.cli.vivisect:extract_allowed_values
jc-get-labels = jira_commands.cli.labels:get_labels
jc-get-link-types = jira_commands.cli.crudops:get_link_types
jc-get-priorities = jira_commands.cli.crudops:get_priorities
jc-get-priority-ids = jira_commands.cli.crudops:get_priorities
jc-jql-query = jira_commands.cli.jql:run_jql
jc-label-add = jira_commands.cli.labels:add_label
jc-label-get = jira_commands.cli.labels:get_labels
jc-label-remove = jira_commands.cli.labels:remove_label
jc-link-tickets = jira_commands.cli.crudops:link_tickets
jc-list-labels = jira_commands.cli.labels:get_labels
jc-list-project-tickets = jira_commands.cli.list:listTickets
jc-list-ticket-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-list-ticket-transitions = jira_commands.cli.crudops:get_transitions
jc-remove-label = jira_commands.cli.labels:remove_label
jc-run-jql-query = jira_commands.cli.jql:run_jql
jc-ticket-assign = jira_commands.cli.crudops:assign_ticket
jc-ticket-close = jira_commands.cli.crudops:close_ticket
jc-ticket-comment = jira_commands.cli.crudops:comment_on_ticket
jc-ticket-create = jira_commands.cli.crudops:create_ticket
jc-ticket-dump-metadata = jira_commands.cli.vivisect:dump_metadata
jc-ticket-examine = jira_commands.cli.vivisect:vivisect
jc-ticket-link = jira_commands.cli.crudops:link_tickets
jc-ticket-list-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-ticket-metadata = jira_commands.cli.vivisect:dump_metadata
jc-ticket-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-ticket-transition-list = jira_commands.cli.crudops:get_transitions
jc-ticket-transition-set = jira_commands.cli.crudops:transition_to
jc-ticket-vivisect = jira_commands.cli.vivisect:vivisect
jc-transition-subtasks = jira_commands.cli.subtasks:transition_subtasks
jc-transition-ticket-subtasks = jira_commands.cli.subtasks:transition_subtasks
jc-transition-ticket-to = jira_commands.cli.crudops:transition_to
jc-values-for-custom-field = jira_commands.cli.vivisect:extract_allowed_values
jc-vivisect-ticket = jira_commands.cli.vivisect:vivisect