Hello. Yes since a few month we've a solution.
We use script fragments with import of nfeed FiedDisplayService
import com.valiantys.nfeed.api.IFieldDisplayService;
@WithPlugin("com.valiantys.jira.plugins.SQLFeed")
@PluginModule
IFieldDisplayService fieldDisplayService;
def issue = context.issue as Issue
String service = "";
//Get the Display or Key with the fieldDisplayService
Object displayResult = fieldDisplayService.getDisplayResult(issue.getKey(), "customfield_10619");
if (displayResult != null) {
service = displayResult.getDisplay();
}
best regards
Torsten
Hi Torsten,
Sorry, but I can't help you with your problem. But I am very interested in how you managed to display nFeed values in a web panel on the right hand side.
We are trying to achieve the same thing, but it just won't work.
Any help would be appreciated.
Regards,
Daphnis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.