The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger subscription with Workflow transition

kukabgd
February 15, 2021

Hi, I am trying to trigger subscription when button in project is clicked (transition). I have managed to get the link of "Run now" button in subsciption but I cant trigger it. Do you have any suggestions on how to do this? So I would need solution to one of these:

  1. Trigger subscription with Workflow transition or
  2. Trigger (open) link with Workflow transition 

Thanks in advance. 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 15, 2021

Subscriptions are triggered on a schedule, not by receiving events.  I think if you got into the core of Jira's code, you might be able to work out how to trigger one off-schedule and hence put that action behind a button or transition.  But you wouldn't be able to do that on Cloud directly, you would have to write a full app that can scrape Jira for the subscription data and send it itself, not run it in Jira

You can't open links in workflow transitions, they only connect to the UI with the transition screen and error page, which are both hard-coded.

kukabgd
February 17, 2021

Ok, thanks. Got to find some other solution then. :)