mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 05:23:33 +02:00
fix random sort ordering in "watchers" response
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
+1
-1
@@ -258,7 +258,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
+1
-1
@@ -258,7 +258,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
+1
-1
@@ -258,7 +258,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
+1
-1
@@ -269,7 +269,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
+1
-1
@@ -260,7 +260,7 @@ OK $issue $ENDPOINT/browse/$issue
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# FIXME we probably need a watchers command to wrap this?
|
# FIXME we probably need a watchers command to wrap this?
|
||||||
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name"
|
RUNS sh -c "$jira req /rest/api/2/issue/$issue/watchers | jq -r .watchers[].name | sort"
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
gojira
|
gojira
|
||||||
mothra
|
mothra
|
||||||
|
|||||||
Reference in New Issue
Block a user