Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Trouble connecting to lighthouseapp(Need help to connect to lighhouseapp)
Trouble connecting to lighthouseapp [message #783906] Thu, 26 January 2012 17:51
Charlie Brown is currently offline Charlie BrownFriend
Messages: 1
Registered: January 2012
Junior Member
Has anyone successfully connected to lighthouseapp using mylyn web connector? Because no matter what query string I enter, mylyn is unable to retrieve any tickets.

Also, is it there any help for mylyn query regex string, so that I may find out a way to correct the regex string.

Btw, this is the query string I'm trying (as indicated by lighthouseapp forums)

<ticket>.*?<assigned-user-id type="integer">({Owner}.+?)</assigned-user-id>.*?<number type="integer">({Id}.+?)</number>.*?<state>({Status}.+?)</state>.*?<title>({Description}.+?)</title></ticket>


And this is the XML code that lighthouse returns, when one makes a query:

<?xml version="1.0" encoding="UTF-8"?>
<tickets type="array">
  <total_pages>1</total_pages>
  <current_page>1</current_page>
  <ticket>
    <assigned-user-id type="integer">177056</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>

    <created-at type="datetime">2012-01-26T16:40:58+00:00</created-at>
    <creator-id type="integer">177056</creator-id>
    <milestone-due-on type="datetime">2012-02-01T00:00:00+00:00</milestone-due-on>
    <milestone-id type="integer">135977</milestone-id>
    <number type="integer">1</number>
    <permalink>do-the-latex-task</permalink>

    <priority type="integer">1</priority>
    <project-id type="integer">89739</project-id>
    <raw-data type="binary" encoding="base64" nil="true"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Do the Latex task</title>
    <updated-at type="datetime">2012-01-26T16:40:58+00:00</updated-at>

    <user-id type="integer">177056</user-id>
    <version type="integer">1</version>
    <user-name>carlos.manuel250 (at gmail)</user-name>
    <creator-name>carlos.manuel250 (at gmail)</creator-name>
    <assigned-user-name>carlos.manuel250 (at gmail)</assigned-user-name>
    <url>URL</url>

    <milestone-title>Complete Latex tasks</milestone-title>
    <original-body>Add the Latex task, for bee.</original-body>
    <latest-body>Add the Latex task, for bee.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Add the Latex task, for bee.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
</tickets>

Previous Topic:Am i using the mylyn context in the right way?
Next Topic:Problem with the "Total hours" attribute, Bug ?
Goto Forum:
  


Current Time: Wed Apr 24 17:36:35 GMT 2024

Powered by FUDForum. Page generated in 0.02571 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top