Hi All, I have been following this tutorial for adding the custom workflow validator via Plugin: http://jiradev.com/workflow-validator.html Upon implementation, when we trying to add the validatio...
Hello, I wanted to share some of my Python code to the community as well as give the opportunity for anyone whom wants to also share their code. Support seems to be slim and a post like this w...
We have a large business process with complex logic in our company. In many places, such as post-functions, listeners, etc., the content of the same page in the confluence is updated. The page is up...
I am trying a script to read content of an issue attachment. The script works for CSV and TXT types, but does not work for XLSX or XLS type. import com.atlassian.jira.component.Compon...
We have a small c# console application that retrieves timekeeping entries (worklogs) from our cloud JIRA account and inserts them into our on-prem database. As of 11/9/2022, no new worklogs were bein...
Hi All, We are using jira-development-integration-plugin to integrate Jira to gitHub. Now we are migrating to GitLab and mean time we want the plugin to support both GitLab and GitHub, does mu...
Let me start off by saying that I consider myself an advanced amateur with both API and JSON. Where I am now By importing CSV files I have a good handle on Insight and have a good idea of how I wan...
Hello, I am getting below error message while I am trying to create a Jira ticket with slack/workflow/shortcut by using workflows by jira app. I have a few more custom fields for this workflow...
...bsp; "temporaryAttachmentIds": [ "temp5549853747651003221", ], "public": "true", &n...
I'm trying to use JRJC to create an issue, and I must set a custom field before that is successful. I tried searching for examples, but did not find any. Here's the code I am using to create the iss...
I am looking for suggestions for performing the status change of a ticket when entering a comment from "In Progress" to "Waiting for Customer". Any help, please?
Hi Team, Good Day!!. In Anguar I'm trying to update Jira sub task status update using transitions - api/2/issue/JJIRAidorKEY/transitions with POST request.&nb...
For Atlassian Dev. Team Since many years (Jira 3.6.x), I use User Custom Field in Project Permission Scheme, as it is allowed in https://confluence.atlassian.com/adminjiraserver073/managing-pro...
Hi Community, I would like to have a gant chart or a timeline in a gadjet to put it in some dashboard. At the moment, i'm using "Simple version roadmap", but i would like an alternative. &...
from jira.client import JIRA JIRA_INTERFACE = JIRA( options={"server": "http://jira"}, basic_auth=("rest_api", "rest_api") ) issue = JIRA_INTERFACE.create_issue( pr...
Hello Collegues! Our team is in the process of implementation of saving signed files from Jira to AWS. Last week everything worked correctly but after Jira updates on Friday pluguins which we used f...
Hello, I have started to explore building apps for Jira Cloud using Forge platform, in this regard i have few questions. 1. My App has to fetch data from another application using a REST API(not ji...
Hello, I have developped a node js application for jira connect app. I have succeded to display the app on Jira JSM Portal Help Center. But the problem is it was displayed over all...
...bsp;und JAXB kann keine Schnittstellen verarbeiten. this problem is related to the following location: at groovy.lang.MetaClass at public...
Hi everyone, I'm currently developping an application using the PortalRequestDetailPanel, and I need to get the issue key / id to get the values of some custom fields of the current page issue/reque...
I'm trying to create a project template plugin. When I set the projectTypeKey to "service_desk" and create a new project with this template I ended up getting this service desk project that does not ...
Hello everyone. For my plugin development I need to implement a dropdown field with all the issues in a jira server. I use a REST API call, firstly to get the total number of issues, and then I pul...
I saw in one of my Microsoft Teams channels that somebody has posted a new support request for my company’s helpdesk team. I generally get notified, as being part of the helpdesk, when a new request ...
It’s been just over a month since we launched The Hub, by Appfire. The Hub is your ultimate destination for tips and tricks, how-to’s, original shows, product guides, curated content from the A...
Hi folks, one of my customers is looking for a JIRA Developer. Main duties of this role: work on JIRA based projects at customers in the finance/bank area Customizing with Plugins (mostly S...
Copied to clipboard