Skip to content

bugtrackers/Jira: poll loop for status to account for "New State"

Bret requested to merge bretdavi/cibuglog:jira_state_fix into master

occasionally polling jira issues returns a status of "New State". I'm unsure as to why this occurs, as I couldn't find any information about this online. Regardless, adding a loop around the polling to repoll if the status is "New State" should resolve this edge case.

Merge request reports