This Question is Possibly Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
3 Replies Last post: Feb 5, 2013 5:17 PM by Maxim Makhankov  
Henning Kvinnesland Newbie 9 posts since
Jan 21, 2013
Currently Being Moderated

Jan 31, 2013 4:30 PM

Generic task-server

Hi!

 

I am trying to integrate sprint.ly (task-tracker) with PhpStorm by using the generic task-server. I do receive data, but something doesn't seem quite right.

The current regexp I'm using is: ({id}.+?number)({summary}.+?title).

 

The response gets split into tasks, but all the fields and values are surrounded in quotes. The regexp seems to be splitting the task-string in half.

 

Example response can be found here.

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Jan 31, 2013 6:12 PM in response to: Henning Kvinnesland
Re: Generic task-server

Henning, as Dmitry Avdeev said in a comment to IDEA-92063, we face a new issue about JSON parsing format. Could you please file a new feature request? Don't you mind if we continue discussion in the tracker?
Thank you in advance!

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 5, 2013 5:17 PM in response to: Henning Kvinnesland
Re: Generic task-server

Henning, thanks a lot for creating requests!

More Like This

  • Retrieving data ...