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

[Question]: Connection between Awork and Github #161

Open
dnehl opened this issue Jan 19, 2024 · 6 comments
Open

[Question]: Connection between Awork and Github #161

dnehl opened this issue Jan 19, 2024 · 6 comments
Labels
question Further information is requested

Comments

@dnehl
Copy link

dnehl commented Jan 19, 2024

What is your question?

Hi,
We would like to integrate Awork with Github as is the case in other tools (e.g. Jira).
Do you work internally with Github and Awork? How did you implement this - do you have a case study for this?

Do you have a trace id of the call?

No response

@dnehl dnehl added the question Further information is requested label Jan 19, 2024
@sebastianrosch
Copy link
Contributor

Hi @dnehl,

we use Github internally and have built some serverless functions to update tasks based on linked Pull Request status. We use awork to track issues as tasks in a dedicated project. When we close a PR that has a task linked, we update the task to a QA status so it can be verified in the respective environment.

I hope this helps. Let me know if you have any more questions.

@dnehl
Copy link
Author

dnehl commented Jan 19, 2024

thanks for the quick response!
It would be nice if we have - someday - a possibility to create branches directly from awork and link prs directly.. :)

But this means, you have to add the awork task id manually in the pr or name the pr/branch like the item, so that your function can update the task?

@sebastianrosch
Copy link
Contributor

A good way to achieve something like this could be a Chrome plugin that knows the page you're on and can do this action for you given the context, so for example create a branch and link to the awork task.

@timkley
Copy link

timkley commented Feb 9, 2024

@sebastianrosch I just stumbled upon this issue and your comment made me curious. We've been toying with the idea to develop a Chrome plugin to tie together other internal tools of ours with awork.

Are there any recommendations how to inject HTML into your DOM that is future proof?
Besides the URL, are there other ways to know the current entity, like a global window state?

Thanks up front!

@nilzzzzzz
Copy link
Contributor

@santiagof4 can you help out here, afaik besides the url there is no stable way.

@santiagof4
Copy link
Collaborator

@timkley We do not expose any global window state, so for now the URL is the only way to know the current entity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

5 participants