-
Bug
-
Resolution: Fixed
-
Low
-
7.4.2, 7.5.1, 7.6.1, 7.6.2, 7.9.2, 7.12.2, 7.12.3
-
7.04
-
18
-
Severity 2 - Major
-
26
-
Issue Summary
Jira created duplicated jobs for "com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateJob" scheduler everytime Jira is restarted:
Problem happens to Jira instance where Bamboo is not used as well.
Expected Results
There's only single job for the schedule.
Actual Results
New job is created for the schedule each time Jira is restarted.
Workaround
Note: Always back up your data before performing any modifications to the database. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.
Delete the jobs from the database. You may retrieve the list of jobs using this SQL command:
select * from clusteredjob WHERE job_runner_key = 'com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateJob';
However, duplicate jobs will continue to happen upon each Jira restart.
- is caused by
-
JRASERVER-64326 JIRA CaesiumSchedulerService can insert duplicated records into clusteredjob
- Gathering Impact
- is duplicated by
-
BDEV-15195 Loading...
- is related to
-
SSE-517 Loading...