Skip to content

Error encountered in get_jira_dashboards() #19

@hermandr

Description

@hermandr

Hi, I encountered tyhe following error.

get_jira_dashboards()

generates the error

Error in rbind(deparse.level, ...) : 
  numbers of columns of arguments do not match

Troubleshooting, I found the offending line in the code here:
Error Line using rbind

When I changed

  df <- do.call(rbind, issue_list)

to

  df <- dplyr::bind_rows(issue_list)

it works.
However need to include import of dplyr package

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions