Skip to content

Commit

Permalink
ADM-574:[stub] fix jql in jira stub yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxy0205 committed Sep 11, 2023
1 parent b5100b5 commit f05fe96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/backend/jira/jira-stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
status: 200
file: ./backend/jira/jsons/jira.status.<% url.1 %>.json

# All Done issue
# All Done issue and Jira Type is Classic Jira
- request:
method: GET
url: /rest/agile/1.0/board/1963/issue
Expand All @@ -41,7 +41,7 @@
query:
maxResults: 100
startAt: 0
jql: sprint in openSprints%28%29
jql: status changed during %281661961600000%2C 1663171199999%29


response:
Expand Down

0 comments on commit f05fe96

Please sign in to comment.