Is there a way to notify user, with a Flag or Dialog, whenever a work log was created?

Kim Morales
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2017

Hi,

I'm just new here in developing Atlassian Connect Add-ons.

So we have this add-on (built with symfony) that is integrated with WorkFlowMax. So when a user logs work in JIRA, the add-on listens to webhook event worklog_created, fetch and process worklog data and send api call WorkFlowMax.

What I'm trying to achieve in JavaScript is to display like a Flag

var flag = AP.flag.create({
title: 'MaxIn (JIRA>WorkFlowMax Integration)',
body: "You do not have your WFM Staff ID. Your log will not be save on your WFM account.",
type: 'warning'
});

or a Dialog message whenever a work log was created in JIRA and there's some errors on /post-log action. 

Can anyone suggest any approach to achieve this? or is this possible?

 

Thanks in advance,
Kim

 

 

1 answer

0 votes
Tim Hampton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 9, 2020

Hi Kim, did you develop an integration with Workflowmax?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events