com.atlassian.jira.portal.portlets.SearchRequestPortlet

giselezrossi September 3, 2013

hi guys

I want replace the class com.atlassian.jira.portal.portlets.SearchRequestPortlet was used in jira 3 for jira 6.

For which class SearchRequestPortlet was replace in jira 6, because 6 in this class no longer exists.

thanks

2 answers

0 votes
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.
September 3, 2013

Not going to happen.

Portlets have been thrown away and replaced with gadgets. The search engine has been ripped out and replaced.

It is very likely that the simple answer to your question is "write a new gadget from scratch" (although you can probably still reuse a lot of the business logic, you're going to have to discard most of your code)

0 votes
Timothy
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.
September 3, 2013

Lol. You're not looking for a replacement. You're gonna have to rewrite the whole thing.

https://developer.atlassian.com/display/JIRADEV/Gadget+Plugin+Module

Suggest an answer

Log in or Sign up to answer