So I was working to create a script to copy or symlink attachments to a share so that asset photos can still be accessed by an old method. So I started reading up on the schema here (https://develope...
While getting report for issues is it possible to get user name(to whom task is allocated) in report?
Hi. I have query Scheme schemes[] = ao.find(Scheme.class, Query.select("PROJECT_KEY").distinct()); That transforms to SELECT DISTINCT FIELD_ORDER,DATA_SCHEME,ID,PROJECT_KEY,ISSUE_TYPE_NAME ...
We are planning to use a custom field called release instead of using versions,what are the advantages and disadvantages using separate custom field for releases?
All, Is there any known issue/work around needed in ScriptRunner workflow post function - "Fast-track transition an issue post function" using 7.2.7 JIRA s/w version as same script works perfectly f...
Hello, We are migrating our JIRA from 6.3 to 7.3 and we must update the plugins developed by us. In a plugin we use the class JellyRunner that is not present in newest versions. In the Atlassian Doc...
Hi, I am getting the below ERROR, in my Fast-track transition an issue post function - but same is working in my older version JIRA 6.7.x before JIRA upgrade was done. Now I am using the below s/w ...
We are using Tempo Timesheets for tracking chargeable clocking For non-chargeable clocking (leave, training, etc.), we have an dedicated issue, where everyone in that JIRA project, clocks with ...
I am building an add-on which needs to access JIRA Cloud REST during /enabled callback handling. As far as I see JIRA requires do REST API calls on behalf on some user, but I don't have any context d...
I need to use Bitbucket pipelines as part of a new workflow, but I'm brand new to it. I set up the following ` bitbucket-pipelines.yml` file. By the end, it should zip all the files/folders in ...
can i get notification if a custom field is changed? such as adding an option to a select list. It seems like the event type mentioned here should do this. i created a custom listener: project=all p...
can i get notification if a custom field is changed? such as adding an option to a select list. It seems like the event type mentioned here should do this. i created a custom listener: project=all p...
More specifically, looking for examples that demonstrates the binding between the ftl variables and the UI configuration and how they can be kept in sync (changes via the JS reflected in the UI). For...
Has internal error during visiting a Kanban Board, logs bellow. Can anyone help fix it? 2017-03-22 19:12:41,860 http-nio-8085-exec-6 ERROR user 1152x348880x1 7d80jt xx.xxx.xxx.xx,127.0.0.1 /...
My AttachmentPath is configured as ...\jira\home\data\attachments on System Configuration. Considering issue TIT-1, on disk the attachment is being stored in folder ...\jira\home\data\attachments\...
Hi, I need to use some Bitbucket Server REST endpoints from within a Bitbucket Server plug-in (because they are not exposed as Java API services). How can I achieve that? There must be a way to aut...
2017-03-22 11:39:39,668 ERROR [UpmAsynchronousTaskManager:thread-3] [plugin.osgi.factory.OsgiPlugin] logAndClearOustandingDependencies Plugin 'com.example.plugin' never resolved service '&conflue...
Hi I've scripted the creation of some JIRA issues, by following the excellent guides on using the API with python. My problem is, that during a batch run we had some performance issues with the...
Hi, we plan to use the Ultimate Role Tracking & Estimation on a JIRA instance containing a few dozen projects. How can we check the estimations per role during Backlog Gromming and Sp...
Hi All, In my team's Jira project "Resolve Issue" dialog box, we’ve have a single/plain text field called "Procedure". Intent is to capture the Procedure they followed in this field so we can repor...
followed your directions, went to "git push" and get this msg: Davids-MacBook-Pro:1 davidparham$ git push fatal: The current branch master has no upstream branch. To push the current branch and se...
Hello, When I tried to create pull request & filled in all text-box required , I found "Create Pull request" Button is dimmed Please advise Thanks SnapShot.png
I have 2 instances of JIRA in my company. One instance of JIRA is v6.4.7 which is present in the PROD environment of my company. Another instance of JIRA is v6.3.7 which is present in the DEVELOPMENT...
Filtering only by status and sprint number is not enough because of sprint spillovers that span over multiple sprints and they will be falsely reported in sprint X when they will be closed/resolved i...
Dear All. When ISSUE CREATE through the REST API, can I do the Issue Link together? Thanks. Best Regards.