-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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. |
thanks for the quick response! 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? |
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. |
@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? Thanks up front! |
@santiagof4 can you help out here, afaik besides the url there is no stable way. |
@timkley We do not expose any global window state, so for now the URL is the only way to know the current entity. |
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
The text was updated successfully, but these errors were encountered: