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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,863
Community Members
 
Community Events
185
Community Groups

Jira admins, what for scripts you use?

Hi All

Lets exchange some usfull stuf. In managing Jira what for scripts do you use? Did you write some, or just what is avaliable in GUI?

I have writen some i python and use to make my life simpler

  • add_users --> import users from CSV and assign them to groups
    • i receive lots of requests to add users, so this is easier to me
  • add_users_to_group --> from csv add existing users to group
  • check_project_rolles --> inside one company there is strict pollcy not to add any users to roles, just user groups, scripts that goes througt all projects and writes if there are more then 1 actor in rolle
  • finish_project_setup --> when i create project, groups has to be assigned to rolles, script creates rolles, and assigns them to project
  • get_role_actors --> looks in some project, in some rolle and writes out actors, written because of those rule no users assigned to project, and there was around 400 users in rolle, i was lazy to click and copy/paste them.

Anyone using something else?

1 comment

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 27, 2018

Imports, merges, reporting, automation, housekeeping, and lots of other stuff clients sometimes ask for.  I do it all inside Jira with ScriptRunner most of the time.

For this i think i deserve beer service at next Atlassian Bash :)

Comment

Log in or Sign up to comment