Skip to content

Commit 3d4d493

Browse files
docs(jira): document JIRA_SKIP_UNPARSEABLE_ISSUES in env.example
Requested in review on #9026. Signed-off-by: Bhanu Chander Vallabaneni <v.bhanuchander@gmail.com>
1 parent 4859aa6 commit 3d4d493

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ USE_GO_GIT_IN_GIT_EXTRACTOR=false
8787
SKIP_COMMIT_STAT=false
8888
SKIP_COMMIT_FILES=true
8989

90+
# In plugin jira, continue collecting when a page of issues cannot be parsed.
91+
# A page that returns a successful HTTP status but a body that is not the
92+
# expected JSON - a truncated payload, or an HTML error page substituted by a
93+
# proxy - normally fails the whole collectIssues subtask, discarding an
94+
# otherwise complete sync because of a single page. Set to true to log and skip
95+
# that page instead. Only parse failures on successful responses are affected;
96+
# HTTP error statuses keep their existing retry behaviour.
97+
##########################
98+
JIRA_SKIP_UNPARSEABLE_ISSUES=false
99+
90100
# Set if response error when requesting /connections/{connection_id}/test should be wrapped or not
91101
##########################
92102
WRAP_RESPONSE_ERROR=

0 commit comments

Comments
 (0)