I've setup a test application with the lastest verion of jiraconnect-ios (53296f8b4c93) with the instructions from the repositiory's readme. I can create and add comments from the app but I don't see the ones created in Jira.
I've checked the user jiraconnectuser is in the group Users and the comments are not restricted to any group. I've also tried to create a comment with the user jiraconnectuser. Other thing I've tried is to manually activate notification with:
[JMCsharedInstance].options.notificationsEnabled = YES;
2012-08-03 15:27:58.084 TestJMC[3730:707] 55 -[JMCPing sendPing] Retrieving notifications via: https://...
2012-08-03 15:27:59.356 TestJMC[3730:707] 73 -[JMCPing didReceiveComments:] Time JIRA last saw this user: 2012-08-03 13:27:58 +0000
This look like a temporaly problem with the server side. Aditional info can be found in http://connect.onjira.com/browse/CONNECT-187 which is also invalid as it cannot be reproduced anymore but it has a workaround, in case anyone has the same problem.
Hello,
I'm not able to see CONNECT-187 issue (Issue Tracker is locked) -- has their been any progress on this?
I'm running JMC in a new iOS6 app, and able to post comments via JMC, but not receiving any. I'm also seeing the familiar (with this and other forum messages re: no comments coming back to the iOS device) "issuesWithComments" (from sendPing call) not returning any values.
So everything seems to be working, but the /rest/jconnect/1.0/issue/updates api doesn't seem to be returning anything in the issuesWithComments field (empty dictionary).
I've reindexed my new ondemand instance, no difference. I played manually with changing the milliseconds value in the query and no dice.
Could this be some sort of permission setting issue (preventing data from appearing via rest api)? I'm using all the JMC defaults when the JIRA instance was set up.
Thanks,
Brian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Any progress on this? I'm not able to see CONNECT-187 issue.
I'm running a new iOS6 app, and able to post comments via JMC, but not receiving any. I'm also seeing the familiar (with this and other forum message re: no comments going back to the iOS device) "issuesWithComments" (from sendPing call) not returning any values.
I've reindexed my new ondemand instance, no difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I tried that JQL (with the uuid, actually) and it returned data, where the REST call with the same parameters to rest/jconnect/1.0/issue/updates didn't.
I've created a bug report: http://connect.onjira.com/browse/CONNECT-187 with more info.
Thanks,
Diego Peinador.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I would really like to get to the bottom of this, however I have been unable to reproduce the problem you are seeing at this stage.
Do you see any logging in the JIRA logs at all which could provide any clues?
Have you tried performing a re-index of the project you are using, in case the updated index has somehow been rendered stale ?
Are you able to execute the same JQL that the plugin is using, directly in your JIRA server to see if any results are being returned. The query is like this:
project = "JRL" and reporter = jiraconnectuser and updated >= <last updated timestamp>
Note: the actual query also restricts based on the uuid customfield. Try the above first however to see if you can determine what may be happening here.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm experiencing the same issues on the same version of jiraconnect-ios (53296f8b4c93
) using the sample application. Looking at the output of the notificaitons URL, it's clear that the sinceMillis argument is being ignored. Seems like a bug in the plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.