Issue tracking refers to managing of tasks and problems in (software) project.
Questions tagged [issue-tracking]
502 questions
0
votes
1 answer
What is the simplest way of tracking issues and ToDo 's using Git?
Is there any built in issue tracking or ToDo tracking with git?
Or is there a simple way to easily manage tasks and bugs using git?

d-_-b
- 21,536
- 40
- 150
- 256
0
votes
1 answer
How to find historical information on cake tickets that are not matching the current ticket numbering system?
This question target every cakephp user concerned by the missing old trac repository.
Tickets'numbers produced in 2008 have been remployed in 2011 in the new ticket numbering system for completly different tickets.
Is the old repository available…

snowflake
- 1,750
- 2
- 17
- 40
0
votes
1 answer
What is the best strategy to extract information from a Github issue?
This is the same question as this one, but for Github instead of JIRA
Hi,
I'm developing FreedomSponsors - a crowdfunding platform for open source projects.
I want to improve the "Sponsor new issue" screen by pre-filling some information, based on…

Tony Lâmpada
- 5,301
- 6
- 38
- 50
0
votes
1 answer
JIRA plugin to view previous issue status
I am looking for a JIRA plugin that will show the status of issues at a previous date I give it. So if I tell it Monday of last week, I would like all of the issues that existed at that time with their status at that time. I was wondering if such…

andrew whitley
- 13
- 3
0
votes
2 answers
I can't seem to integrate youtrack and github
Actually it seems pretty straightforward.
Here is the things I have done:
Already have a project on Github
Create a project on Youtrack
Create "MD-Committers" group on Youtrack, give admin privileges on all projects.
Add myself to the group.
Create…

Umur Kontacı
- 35,403
- 8
- 73
- 96
-1
votes
6 answers
Logging of development email
I'm at an IT/Development department where the only method notifying changes to code is sending a email to the group (development@company.com). So we have a lot of emails.
I would like to set up the email group so all emails sent to the group are…

lamcro
- 6,069
- 18
- 57
- 70
-1
votes
1 answer
can someone please resolve the issue
439 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 113) MSC000001: Failed to start service jboss.deployment.unit."norahClinic.war".undertow-deployment: org.jboss.msc.service.StartException in service…

viswa
- 1
- 1
-1
votes
1 answer
TypeError: throw new TypeError('CLIENT_MISSING_INTENTS'); Issue
I am recieving this message even though I added intents to my Index.js
Discord.js version: 13.3.1
Node: 16.6.1
Code of my Index.js
const config = require('../config.json');
const mongoose = require('mongoose');
const Discord =…

Framework
- 1
- 2
-1
votes
1 answer
How to track the developer who resolved an issue in JIRA
I am extracting the information from the JIRA issue tracker. However, the API doesn't seem to record who resolved the issue, i.e., the developer who changed the status from OPEN to RESOLVED. It JUST retrieves the reporter and assignee. Is there any…

Jessie
- 1
-1
votes
5 answers
Task Tracking software
I'm looking for a task tracking application for various coding activities.
Generally, i am not against online services, however we should be managing internal tools development for our company, and so i prefer it to be software that is installed…

lysergic-acid
- 19,570
- 21
- 109
- 218
-1
votes
1 answer
IsVisible property issue xamarin.forms
I have an issue with the property IsVisible within a label. If the text was immediate (a normal string)
and the value of IsVisible is true it would work properly, but if I used a binded text or the property IsVisible binded it would not work. Please…

a. 1
- 13
- 3
-1
votes
1 answer
Creating Jira Board Filter does not recognize status
I have a board with a filter to only show status' of "Ready to Release" and "Ready for Release" from two other boards. The query looks like:
project in (BRUZ, BDP) AND status in ("Ready to Release", "Ready for Release") ORDER BY Rank ASC
I get the…

user3242558
- 105
- 1
- 9
-1
votes
2 answers
Redmine UI discrepancy
I am choosing between Trac and Redmine. Leaving dogma out (they use Python and Ruby, resp.) I'm test-driving both to choose based on the usability of the UI.
At the outset I'm seeing a discrepancy between a demo of Redmine
and the view that I get…

Calaf
- 10,113
- 15
- 57
- 120
-1
votes
2 answers
Use of Hard-coded Password [CWE - 259]
While checking my veracode issue, i found this CWE 259 Use of Hard-coded Password in one of my class file. while checking that file, the 1st line of the file is responsible to this vulnerability, which is my package name. Can any one tell me why…

Venkat
- 35
- 3
- 7
-1
votes
1 answer
How to track ruby-on-rails validation failures?
My colleagues from support often tell me that customers are not able to fill in this form because of a bug.
The form is very large, sometimes, it is a legitimate bug, sometimes it is just a validation issue of the form (not technically a bug but…

rapdev
- 81
- 1
- 8