JIRA 4.1.2: Is there a different workflow that Jira follows when submitting via web services?

こ雲淡風輕ζ 提交于 2019-12-25 07:03:58

问题


Recently a patch was put into production to upgrade our Postgres DB.

Since then, our users are not able to use the GUI to submit tickets, but our users are able to use the Web Services to submit tickets.

How is this possible that one will work over the other if they are both utilizing the same defined workflows in JIRA?

Please provide some insight into under the hood operations of JIRA. Already put a ticket into Atlassian and was shut down by the help there since the version we have has reached End-of-life.


回答1:


@Scott Dudley Two parts.

  1. Though we thought everything goes through the same path pretty much in JIRA when the users submit data via web services logs revealed that we were dead wrong.

  2. The issue that caused the users to not be able to submit data through the GUI was due to the fact that there was some old code written to manage a cache of Users. It had a limit set that was less than the actual number of users so because of how things were coded the system ended up in a nearly infinite loop trying to add all of the users but never able to load them all because the cache would drop users when it was reached but still try and load who was missing from the cache.

Appreciate the suggestions on this and thank you.



来源:https://stackoverflow.com/questions/31384641/jira-4-1-2-is-there-a-different-workflow-that-jira-follows-when-submitting-via

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!