Giter VIP home page Giter VIP logo

hubot-trello-organization's People

Contributors

codeimpossible avatar lgaticaq avatar mohlendo avatar sato1043 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hubot-trello-organization's Issues

Can't create cards

I am able to set boards, list boards, show current boards and list lists but whenever I try to list cards in in a list, add new, move or assign nothing happens.

I turned on Debug level for the hubot logs and when I make this call I see the following:

2016-05-23T14:51:13.632224+00:00 app[web.1]: [Mon May 23 2016 14:51:13 GMT+0000 (UTC)] DEBUG Received message: 'set board to “QA Board"' in channel: blah, from: me
2016-05-23T14:51:13.634949+00:00 app[web.1]: [Mon May 23 2016 14:51:13 GMT+0000 (UTC)] DEBUG No listeners executed; falling back to catch-all

No response is returned at all to even state there is an error.

Setting board doesn't seem to work

I tried changing the method to the following:

robot.respond(/set board to [\\"\\'](.+)[\\"\\']$/i, function (msg) {
        ensureConfig(msg.send);
        msg.send("I've ensured your config");
        var room = findRoom(msg);
        msg.send("I think your room is: " + room);
        var boardName = msg.match[1];
        msg.send("I think your board name is: " + boardName);
        saveBoard(room, boardName);
        msg.send("Ok, from now on this room is connected to the trello board: " + boardName);
    });

I never get any of those messages so that leads me to believe that the problem is either in ensureConfig or the regex used in this respond.

I can have it list boards (although it crashes hubot #2 some times) so I don't think it's the ensureConfig method. Here are the messages I tried to get it to set the board for the room:

hubot set board to “DevOps"
hubot set board to ‘DevOps'
hubot set board to ‘devops
hubot set board to “devops"
hubot set board to “‘DevOps’"

None of these work for me. Thoughts?

hubot move "<card shortLink>" to "<list name>" is incorrect

As of now hubot trello help shows hubot move "<card shortLink>" to "<list name>" - Move the card to a different list.. However, it does not work when you put <card shortLink> in double quotes, but only without them, ex. hubot move 6u7dzEw4 to "Done" works.

If it's not supposed to be this way, it would be great if the required command matched up with the hubot trello help info given, thanks! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.