Setup: Jira Server version 9.6.0.
I'm doing a POST to the issue/{issue_id}/transitions endpoint using the Python requests module. The code works when I post to a test project, but when I post to the production project I get a 400 return code and get an error:
"Could not load FunctionProvider class"
I Googled the error, but didn't find anything relevant.
For information, here is the POST data (tried to format it - that didn't work)
post_data = {
"transition": {
"id": transition_id
},
"update": {
"comment": [
{
"add": {
"body": comment
}
}
]
}
}
Hello Craig,
I tried out the POST data you posted and it seems to work fine. Try searching for "Could not load FunctionProvider class". It returns interesting results such as the following:
Workflow action results in "Could not load FunctionProvider"
It could be that there is a step in the Workflow on your system that references an addon that is no longer installed or is not enabling. Here are some troubleshooting steps:
Regards,
Hyrum
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.