Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asana project links cause failures #6

Open
xiongchiamiov opened this issue Mar 29, 2022 · 1 comment
Open

Asana project links cause failures #6

xiongchiamiov opened this issue Mar 29, 2022 · 1 comment

Comments

@xiongchiamiov
Copy link

xiongchiamiov commented Mar 29, 2022

We had a PR that had a link to a task, but also included a link to a project as part of the description context:

  • https://app.asana.com/0/1201827650263800/1201827650263800 (project)
  • https://app.asana.com/0/1201602067282161/1201832272908793/f (task)

When the task ran, it attempted to update both of these as tasks. The task one succeeded, but the project failed, leading to a failed status on the check:

[
  {
    task: '1201827650263800',
    result: 'GitHub Action failed because of: [task: Not a recognized ID: 1201827650263800]'
  },
  { task: '1201832272908793', result: 'added a widget' }
]
Error: Request failed with status code 400

There are a couple different things that could happen here, but I think what I would expect is for project links to be ignored - either silently, or logged in the output as being skipped.

@katelillemoen
Copy link

Also experiencing this issue + would really appreciate a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants