You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
We are currently looking into the possibility of using Jira Service Management in the Data Center version.
On the topic of customizing, we would like to know if it is possible to customize functionalities of the tool (Jira service managment) within the application.
For example, via an integrated scripting language by application administrators possible? (For example with Java Script or VBA)
Thank you very much in advance.
Yes, you can modify how Jira works, but I'd stay away from javascript (Jira's javascript is already a mess) and VBA (Jira does not use any form of BASIC, you'd need to be coding and installing stuff in client applications your users are using to talk to Jira, or inject a whole BASIC runtime into Jira somehow)
There are two broad ways to modify it:
But I would recommend not bothering with either of these. I would look first at the marketplace to see if any apps might do what you need - try to avoid re-inventing (what could be a horribly complex) wheel!
This inevitably leads to: "What are you looking for?". If you can describe what you need, someone here might be able to point you at a good app that does a lot of it or confirm that you will need some coding!
I would recommend that you to review - https://developer.atlassian.com/server/jira/platform/rest-apis/ Which you may already know about Atlassian's REST APIs for both Jira software/JSM on developing custom programs.
The question that I have for you is - what do mean by "customize functionalities of the tool (Jira service management) within the application"?
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Joseph Chung Yin
I mean the general possibilities to customize functionalities of the tool (Jira service managment) within the application as a system administrator but not using normal functionalities.
I mean if we want to do something that is not mapped via jira by default and we want to code it in the system itself for this (via java script for example)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.