terjira 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -0
- data/lib/terjira/client/jql_builder.rb +1 -1
- data/lib/terjira/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d3733079b4d09143e26bea0fad8b159c6b81de3
|
|
4
|
+
data.tar.gz: 8c1dd6a97806d13fc5607f02a7888874b5cdf481
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0fd7ef65591f5ee18b5e2aa9898e3d810d17bcbdad8b5e91a4cbcda5b3476731618e33e394d54d8239325c841cca5c406acf0ea802ca30212c10b11af533b87
|
|
7
|
+
data.tar.gz: ce4e315d4e0962a18185f6c99c801d338183a661b70e2d0d707dc1263c208297984078af71df4bb0f10df14233455e8d0c33d6a5604cc3a2774c4b4e4b746c9f
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -55,6 +55,9 @@ Sprint:
|
|
|
55
55
|
Issue:
|
|
56
56
|
jira issue help [COMMAND] # Describe one specific subcommand
|
|
57
57
|
jira issue ( ls | list ) # List of issues
|
|
58
|
+
# default assignee option is current loggined user
|
|
59
|
+
# To show issues of all users(include no assignee)
|
|
60
|
+
# pass `--assignee ALL` option.
|
|
58
61
|
jira issue [ISSUE_KEY] # Show detail of the issue
|
|
59
62
|
jira issue assign [ISSUE_KEY] ([ASSIGNEE]) # Assign the issue to user
|
|
60
63
|
jira issue comment [ISSUE_KEY] # Write comment on the issue
|
data/lib/terjira/version.rb
CHANGED