error: Cannot read property 'map' of undefined

Issue #10 resolved
Eric Santelices created an issue
"cab-issuecount": {
    "jiraServer" : "https://ondemand.atlassian.net",
    "authName" : "JIRA",
    "retryOnErrorTimes" : 3,
    "interval" : 30000,
    "title" : "Change Requests",
    "jql" : "project = CCC AND issuetype != Idea AND status not in (Closed, Done) AND status = Accepted"
},

   16:47:25.34 <error> [techops] [issuecount] Uncaught exception executing job: TypeError: Cannot read property 'map' of undefined [object Object] [object Object]

Comments (2)

  1. Eric Santelices reporter

    changed config to: "cab-issuecount": { "interval" : 30000, "title" : "Change Requests", "jiraServer" : "https://ondemand.atlassian.net", "authName" : "JIRA", "retryOnErrorTimes" : 3, "sections": [{ "title": "CCC", "counts": [{ "label": "Accepted", "jql": "project = \"CCC\" AND issuetype != Idea AND status not in (Closed, Done) AND status = Accepted" }] }] },

  2. Log in to comment