Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Find all post function or validator scripts of a workflow

Ha B_ July 2, 2025

I can use WorkflowManager to drill down to get post functions and validators. However, the last thing I can see is something like this

FIELD_SCRIPT_FILE_OR_SCRIPT = YCFgeyJzY3JpcHQiOm51bG....

How do I "decode" that part?

If I use workflow export to xml, it shows the same thing. Is there a way to export with the "decoded" data?

Thanks,

1 answer

0 votes
John Funk
Community Champion
July 2, 2025

Hi Ha,

You will need to look that up in the app you are using for your workflows. 

Ha B_ July 3, 2025

@John Funk Sorry, I don't quite understand your answer. Could you be more specific? Thanks.

Like John Funk likes this
John Funk
Community Champion
July 3, 2025

The script and the code would be found in the app that you are using that is connected to your workflows. Something like ScriptRunner or JSU. 

Ha B_ July 3, 2025

oh. Sorry, I wasn't clear about my intention here. I know where to find the scripts on the server, as well as the in-line scripts from jira UI. Though, that is time-consuming when I need to search for something specific. I like to have a way to get all the info in one shot. The groovy WorkflowManager leads me half way there. I will get what I want if I can figure out the way to translate those funky YCFgeyJzY3JpcHQiOm51bG....text to the real code. 

Suggest an answer

Log in or Sign up to answer