Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Implementing custom bulk operation in plugin

Aditya Amgaonkar April 15, 2015

I am trying to add a custom bulk copy operation which I require to get enlisted in the default bulk operations list shown in image below.

image2015-4-15 21:47:40.png

I was able to get very little info regarding this,
I came across https://answers.atlassian.com/questions/317024 but the answer seems to be very generic and also most of the classes mentioned here seems to be deprecated for example "AbstractBulkOperation" should be replace with ProgressAwareBulkOperation.

I want to know the latest approach for such implementation.

I am using JIRA 6.3.14 currently.

It would be great if you could be descriptive, as i am new to JIRA plugin development.

Thanks,

Aditya

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
IshanL
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 Leaders.
July 29, 2015

Pls refer : https://answers.atlassian.com/questions/18948

 

I have successfully implemented new bulk operation.

0 votes
Adrian Stephen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2015

If you are looking to bulk copy issues, i think this plugin might do the trick :

https://marketplace.atlassian.com/plugins/com.lbcg.jira.plugins.bulkclone.BulkClone

 

You may install this plugin following this documentation :

https://confluence.atlassian.com/display/UPM/Installing+add-ons

Aditya Amgaonkar April 15, 2015

Thanks @Adrian Stephen! But i am planning to add a bulk functionality in an already existing plugin which is used to remote copy the issues to another jira server. Hence I am interested in the code implementation of it. The plugin you have suggested is close to what I want but it doesn't seems to be open source so I cannot have a look into the code implementation.

TAGS
AUG Leaders

Atlassian Community Events