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
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.