Currently i'm trying to build a custom message handler at JIRA 7 based on tutorial.
When i try to build the sdk it shows two type errors which are cannot find symbol and unable to convert between user and applicationUsers.
[ERROR] /c:/atlastutorail/mail-handler-demo/src/main/java/com/example/plugins/tutorial/jira/mailhandlerdemo/DemoHandler.java:[11,31] cannot find symbol[ERROR] symbol: class ApplicationUsers[ERROR] location: package com.atlassian.jira.user[ERROR] /c:/atlastutorail/mail-handler-demo/src/main/java/com/example/plugins/tutorial/jira/mailhandlerdemo/DemoHandler.java:[49,77] incompatible types: com.atlassian.jira.user.ApplicationUser cannot be converted to com.atlassian.crowd.embedded.api.User[ERROR] /c:/atlastutorail/mail-handler-demo/src/main/java/com/example/plugins/tutorial/jira/mailhandlerdemo/DemoHandler.java:[62,46] incompatible types: com.atlassian.crowd.embedded.api.User cannot be converted to com.atlassian.jira.user.ApplicationUser |
the plugin seems workable at JIRA v6 but not JIRA v7
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ApplicationUsers is deleted.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.