Community
Participate
Working Groups
The JIRA connector uses the EditIssue page to submit changes to the repository. Some users only have permissions to add comments that need to be posted through the AddComments page. This needs to be detected properly. From bug 174925 comment 2: I have the same problem too. But in my case comments will be never transmitted, either by changing status nor by leave as is. I tried it with Jira 3.7.2 and Jira 3.8.
Rob, I committed a small change to AbstractRepositoryTaskEditor that selects the option value of an operation (to fix bug 184201).
Created attachment 65938 [details] mylar/context/zip
From bug 189209 comment 41: First of all list of available operations don't available to guests and I just catching exception there. So, still need to test how comment posting is working on projects at the codehaus and spring jira trackers. From bug 189209 comment 42: It should work when you use JiraClient.addCommentToIssue() instead of JiraClient.updateIssue().
*** Bug 203166 has been marked as a duplicate of this bug. ***
Added a read-only flag that will cause the issue to get submit through the AddComments page if attributes are not editable.
Created attachment 85244 [details] mylyn/context/zip