Problem after upgrade 3.2.2 to 3.2.13

Issue #121 closed
Francois Drouin created an issue

Hi,

After upgrade, only membres of jira-administrators group can see the Scheduled Issue table in projects.

But, in add-on section, the entire section "The Scheduler" is missing. So I can't manage acces or export/import.

Nothing special in log.

Same behavior with 3.2.14-15

thx

Comments (27)

  1. Ziniewicz Maciej

    Hi Francois,

    Check "Project" section in administration menu there should be the options you are looking for. In add-on section these options are in versions 4.x and above.

    Regards, Ziniewicz Maciej

  2. Ziniewicz Maciej

    I'm working on your problem and probably do not have a row in the table named AO_A406ED_ACC_MANAGER. Recently we released w new version of TSP for Jira 6.x you can update it and it should create this row automatically, or if not try to uninstall plugin and install it again.

    If problem won't be solved, please check your AO_A406ED_ACC_MANAGER table using query : SELECT * FROM AO_A406ED_ACC_MANAGER and let us know what was the result.

    Regards

  3. Ziniewicz Maciej

    Probably the problem is the null value in column PROJECT_ROLES in table, normally there should be an empty value. This bug will be fixed in next version. Meanwhile try this solution to set empty value in PROJECT_ROLES column using this query: UPDATE AO_A406ED_ACC_MANAGER SET PROJECT_ROLES='' WHERE ID='1';

    Let us know if it helped. Regards!

  4. Francois Drouin reporter

    In Oracle, "empty" and null its the same thing.

    I updated with your query, but same result : null value in projet role.

  5. Ziniewicz Maciej

    You're right. So let's try another way. I see you're using SQL Developer, please try to change value in PROJECT_ROLES column on 'Administrators' by double click on cell, refresh row and save changes.

  6. Francois Drouin reporter

    Same thing '' = null value

    But with a space, it's working. Do you think its "safe" with a space?

    Capture.JPG

    Capture2.JPG

  7. Ziniewicz Maciej

    Yes it's safe, but if you select one value from roles, and deselect it error will appear again becouse of this null in PROJECT_ROLES. Unfortunately one value have to be selected, or if you dont want to select any roles it has to be done like you just did. It will be fixed in next TSP version.

    Regards, Ziniewicz Maciej

  8. Log in to comment