#97 Add support to perform initial JIRA query to check status of JIRA server
Merged by sidpremkumar. Opened by sidpremkumar.
sidpremkumar/sync-to-jira add-sentinal-query-test  into  develop

Download 97.patch

rebased onto 6d499b72849f51a3f2f2aa2dd2c980cdf6e7ae74

Ah interesting.

Take a look at the first bullet from #22.

A query like reporter=currentUser() won't actually test that the indexer is busted. It is specifically the ScriptRunner indexer that sometimes dies on us, and specifically the linkedIssuesOfRemote query provided by it: https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html

You've got to do a query that exercises that codepath in JIRA to test it.

rebased onto a8430a267e9c5a1ef2a933393f2b202b3da30f5d

rebased onto 777fac8e739337228b43a754f92e6da5dbcca8c5

1 new commit added

  • Only send failure email if we are not developing

1 new commit added

  • Updating docs to reflect 'develop' param in config

The Stage JIRA server doesn't have the script runner. So this flag will make it easier to develop on the staging server in the future.

LGTM. :+1:

Pull-Request has been merged by sidpremkumar

Metadata