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

ClickUp Integration #57

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

ClickUp Integration #57

wants to merge 11 commits into from

Conversation

cbfannin
Copy link
Contributor

@cbfannin cbfannin commented Apr 29, 2024

  • Sorts out curl requests to create ticket, extract task id and use task id to update requester custom field.
  • Environment variables should already be configured on Circle.
  • Generically renamed ticket template.

Note:

  • Moved some values to become Circle environment variables.
  • May need to sort out OAuth flow; currently just using a personal token.
  • There is a tad bit more cleanup to do as well. I also noticed some different approaches to how I can handle things like extracting the task id from the response using jq. I didn't know if jq would be available until I saw it in the code elsewhere. This did not work for me so I reverted to what I had working.

@cbfannin cbfannin self-assigned this Apr 29, 2024
@cbfannin
Copy link
Contributor Author

cbfannin commented May 17, 2024

@rigoucr @edwtorba @generalredneck I could use some help here.

  1. The CircleCi build is no longer working for this PR. Seems to be related to the public key? I’m a doofus!! I had local db settings in the repo. That is what was making the build fail :awesome:
  2. I was having trouble with the OAuth flow and just set up a personal token for Bender for now. I may need someone else to look at this to sort out. Or at least provide some direction.

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

Successfully merging this pull request may close these issues.

None yet

1 participant