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.




SaveCustomFieldData & IssueUpdated

custom-fields
api
plugins
I update some custom fields using  CustomFieldsService.SaveCustomFieldData 
Would this raise the event AbstractIssueListener.IssueUpdated in custom plugins
for the issue that custom field belonged to?


When I call IssuesService.CreateIssue it triggers  IssueCreated though.
I would've expected IssueUpdated to get triggered when I updated 
an issue or update the custom fields, but sadly 
that is not happenning. Any ideas? Thanks
User84450
· 1
User84450
Replies (1)
helpful
1
not helpful
ANSWER

Custom fields api update will not trigger the issue updated event. Issue update (api) will do.


Saar Cohen
· 5000
Saar Cohen