How can I catch the Jira-Agile drag event in Backlog?

JongBum Lee August 2, 2015

Hello.

I want to catch a Drag & Drop Action in Jira Agile. What should I do?

For example,
I want to change other field values while changing the sprint of Userstory in backlog page.
(Currently only possible to change sprint)

 

image2015-8-3 18:42:20.png

Change Other field value.

I hope attach event for change other field value.

 

I try to develop a Plug-In, I wonder if I can add the source to the Drag Event.
Request help .

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 2, 2015

When you drag things around Agile boards, you're changing their data, which fires "issue updated" events, which you can capture and act upon in a "listener".  Have a look at coding for listeners

0 votes
JongBum Lee August 3, 2015

Thank you very much. Mr. Nic Brough.

 

I have further questions .
 

According to JIRA API doc (https://docs.atlassian.com/software/jira/docs/api/latest/com/atlassian/jira/event/issue/IssueEventListener.html#issueUpdated(com.atlassian.jira.event.issue.IssueEvent)

 

issueXXXX events are all deprecated.

use workflowEvent(IssueEvent)

 

Can you give a sample code or tutorial using this(workflowEvent)?

I want to change component value with the change sprint component value.

(Sprint 1, Spirnt 3 has different scrum board with component value filter)

 

I'm very sorry.

TAGS
AUG Leaders

Atlassian Community Events