hi @AlexSavchuk
Thank for the reply. I’ve spent a few hours with the input and link, and am still running in to roadblocks. To your opening question, I’ll outline the the process I’m working on, and see if that highlights where I’m going wrong:
Goal: Reflect jira project issue progress data in monday.com to share transparent project updates, rollup dashboard reporting, and team velocity insight.
Process: one-way creates and updates from jira to monday.com, for specific jira projects. These go into 1 monday.com board, which has a group for each jira project.
Creates: I have Zap for each jira project I wish to reflect in monday.com. Those flow into their assigned group in the monday.com board.
Updates: stuck.
I do have the jira issue ID (ex. 12345) and the jira issue key (ex. ABC-123) in my monday.com board. My expected path is to feed jira issue updates into the monday.com board by jira issue ID, updating whatever fields change.
Using the link you provided, I’ve set up a webhook:
- Trigger: Catch hook (catches the hook from jira; carries the jira update data, works)
- Action: Post (not working)
This query:
{
items_by_column_values
(board_id: 123456789, column_id: “monday_board_column_id_for_jira_id”, column_value: “{{12345__issue__id}}”) {
id
name
}
}
Yields this successful test:
Any attempts to add additional data fields past id (pulls monday.com item id) & name (monday.com column name) creates errors (Field ‘column_name’ doesn’t exist on type ‘Item’). As such, I don’t see how I can pull in the jira data fields to drive an update in my monday.com board.
Based on your link, there’s a 3rd step that needs to happen (Action, Split Text) after the json string is created in step 2. I don’t seem to be able to generate this string.
The screenshots in that link have different/fewer options than what I currently seen in those step 1-3 screens in Zapier, so it looks like Zapier has update their webhook steps since.
Given my goal, and the above:
- Am I pursuing this in the best way?
- What am I missing to make this work?
Thanks,
Gary