Hi,
we've updated our Jira-Server-Instance to v8.2.1 and the portfolio-plugin to 3.2.0
When trying to access portfolio we get a SQL-Exception:
com.querydsl.core.QueryException: Caught MySQLSyntaxErrorException for select `plan`.`ID`, `plan`.`TITLE`, `plan`.`PLANNING_UNIT`, `plan`.`HEURISTIC_THRESHOLD`, `plan`.`GLOBAL_SPRINT_LENGTH`, `plan`.`DEFAULT_TEAM_WEEKLY_CAPACITY`, `plan`.`GLOBAL_DEFAULT_VELOCITY`, `plan`.`DEF_EST_MAP`, `plan`.`HAS_SPRINT_CONSTRAINT`, `plan`.`SYNC_START_ENABLED`, `plan`.`STRICT_STAGE_DIVISION`, `plan`.`MIN_LOAD_UNSTR_EPICS`, `plan`.`MAX_RESOURCES_PER_STORY`, `plan`.`ASSIGNEE_SCHEDULING_LEVEL`, `plan`.`SCHEDULING_VERBOSITY`, `plan`.`HOURS_PER_DAY`, `plan`.`WEEKDAY_CONFIGURATION`, `plan`.`COMMIT_ISSUE_ASSIGNEE`, `plan`.`UNESTIMATED_ISSUES_OPTION`, `plan`.`DEPENDENCY_MODE`, `plan`.`MULTI_SCENARIO_ENABLED`, `plan`.`TIME_ZONE`, `plan`.`PROGRAM_ID`, `plan`.`SCHEDULING_START_CUSTOM_FIELD`, `plan`.`SCHEDULING_END_CUSTOM_FIELD`, `plan`.`CREATOR_ID`, `plan`.`PORTFOLIO_PLAN_VERSION`, `plan`.`INCLUDE_COMPLETED_ISSUES_FOR`, `plan`.`IGNORE_SPRINTS`, `plan`.`IGNORE_TEAMS`, `plan`.`IGNORE_RELEASES` from `AO_D9132D_PLAN` `plan` order by `plan`.`ID` asc
Caused by com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'plan.INCLUDE_COMPLETED_ISSUES_FOR' in 'field list'
Jens
Hi Earl,
thanks for your answer. We already tried the uninstall and install-steps, but it didn't help.
I'll contact the support team for log-analysis.
regards,
Jens
@Earl McCutcheon Did you get a response? Did it get resolved for you?
Hi @shivamdu ,
Thanks for the mention, as we always like to make sure the solution gets shared out and we forgot to circle back to this one with an update on what was found.
After log review we found a few errors and In this particular case it came down to a database error that caused some active object upgrade task in portfolio to fail.
In this case the issue that occurred is related to the MySQL database directly and details on the cause and fix are covered in the following KB article:
And the process followed to correct the error with portfolio in conjunction with the DB error was the following:
Regards,
Earl