Strange Problem.

View: New views
6 Messages — Rating Filter:   Alert me  

Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok another strange one.  Using standalone professional 3.9.1

We re-indexed the database last night and now certain tickets show up without the workflow actions to close or resolve.  

We have verified the workflow and the permissions...etc.  but nothing has fixed it.  If you create a new ticket however everything is fine.

Any suggestions?
--
Post by jpickett - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

weird, maybe your reindex got messed up? try reindexing again?
--
Post by MHarper - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try running the Integrity checker. If there are workflow related issues, it might identify them.
--
Post by napplebaum - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Did all that and still no luck.  I find that I can use an SQL statement to resolve and close them but they do not disappear from the view screen.
--
Post by jpickett - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The fact that you said "I find that I can use an SQL statement to resolve and close them but they do not disappear from the view screen." tells me you may be monkeying with the database directly. In which case, I can't help.
--
Post by napplebaum - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Strange Problem.

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>We re-indexed the database last night and now certain tickets show up without the workflow actions to close or resolve.

This is a symptom of something being corrupted in database.  Workflow information is held in more than one place and they can drift off. The usual culprits are fatal crashes of Jira, forced stops (kill -9) and someone amending data in the database directly.

The integrity checker is capable of fixing these generally, especially the crash related ones.  But if it's down to SQL statements, then there could be too much damage for it to repair and you may have to manually repair your data.

>I find that I can use an SQL statement to resolve and close them but they do not disappear from the view screen.

Unless you know precisely what you are doing, *you should not amend Jira data with SQL*.  You need to know exactly which tables to update - workflow, jiraissue, histories etc, and you have to have Jira offline while you are doing it, and re-index afterwards.  

If you have been doing direct SQL updates, then I'm afraid your data may be too far damaged to fix this problem here.  Do you have a recent backup?
--
Post by broughn2 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38368
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user