Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




empty IssueCustomFieldData on IssueCreated

custom-fields
plugins
I am  writing my own gemini plugin by subclassing AbstractIssueListener.
Problem is on the method 

public override void IssueCreated(IssueEventArgs args)
{
}
the arrays
  args.Issue.IssueCustomFieldDataNH
  args.Issue.IssueCustomFieldData
have length 0 and does not contain any of my custom field values.

must I call the web service to get those custom field values?
one would expect the custom field values in place like 
in the method IssueUpdated(IssueEventArgs args).

User84450
· 1
User84450
Replies (1)
helpful
0
not helpful

At the moment, yes you will need to call a web service to get the custom fields. In version 5 they will be passed to you.


Mark Wing
· 9108
Mark Wing