I need a Silscript which runs and gives the output of all project keys and names present in jira

bhadresh_hampanna_external May 29, 2023

Hello Team,

I need a Silscript which runs and gives the output of all project keys and names present in jiradatacentre, Can you please help me in achieveing this?

I have followed below script

string datetime =currentDate();
string allprojs= allProjects();
printInFile("myprojects.txt", datetime+ " - " + allprojs);

when executed output showing only as "DONE", but i need list of all projects and Keys to display.

0 answers

Suggest an answer

Log in or Sign up to answer