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

Update Assignee and Due Date of specific tasks in a run via API #1946

Open
ModestTG opened this issue Sep 25, 2024 · 0 comments
Open

Update Assignee and Due Date of specific tasks in a run via API #1946

ModestTG opened this issue Sep 25, 2024 · 0 comments

Comments

@ModestTG
Copy link

My company is trying to leverage MatterMost to automate our internal processes via playbooks. Ensuring that each step gets done. The issue is, as we create runs, the owners from run to run vary based on availability. So right now we need to manually update a playbook run containing about 70 tasks with the proper owners each time. We are trying to automate this process, but we need the ability to update the Assignee and Due Dates of tasks based on the current situation.

Looking through the Golang driver, I don't see any method that allows this functionality. I see func (*PlaybookRunService) UpdateStatus exists, but a general func (*PlaybookRunService) UpdateChecklistItem(ctx context.Context, playbookRunID string, checklist Checklist, checklistItem ChecklistItem) error doesn't seem to exist. Does this functionality exist at all?

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

No branches or pull requests

1 participant