Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Jira Scriptrunner script to Create/Update issues from text file

Edited

Hi. I am trying to create a script to run a scheduled job of creating/updating issues everyday. I am reading the field values from a text file and parsing through the data to create issues. I am quite new to groovy and had a few questions.

 

1. From my understanding, the user will be the currently logged in user. In my case that the script can run without a user being logged in, how would I set the user?

 

def user = ComponentAccessor.getJiraAuthenticationContext().getUser()
//what i'm currently using

 

2. I am having a difficult time understanding how issues are stored into an object. 

a. When trying to create an issue, what is the process? I saw that there is an object called Issue and MutableIssue. Am i storing my field values into this Issue object and passing the object to a createissue function?

 

b. For updating issues, I am trying to find the issue by a jql query. Is this similar to create, where I find the issue, store the issue into an object, then pass the issue object to a updateissue function?

 

Anyone know where I can find some documentations or tutorials on how to create/update issues. On google, most of the results seem to be user specific problems and can't find a general way of creating/updating issues using Scriptrunner.

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events