Questions tagged [issue-tracking]

Issue tracking refers to managing of tasks and problems in (software) project.

502 questions
5
votes
1 answer

GitHub: filter for issues that are either assigned to somebody or somebody is mentioned

Is there an option how to show all issues that are either assigned to me or that I'm mentioned in at the same time? Filtering by using the dropdown menu allows only to check for one of those and using is:open assignee:@me mentions:@me filters for…
HeavyBulb
  • 123
  • 9
5
votes
2 answers

Send email to custom user field on change, in JIRA issue tracker?

We have custom user fields (ie 'Business Analyst', 'Developer', etc.) in JIRA, and we would like to be able to send an email to those users when they are assigned to one of those fields. I have looked over the JIRA wiki, and could not find a way to…
Igor
  • 33,276
  • 14
  • 79
  • 112
5
votes
1 answer

Git Integration to The Bug Genie?

I've set up the bug tracker The Bug Genie for use in one of my developer groups and so far, most things have been pretty easy to get working. Now, I'd like to make use of their Git integration. However, their documentation seems a bit lacking and…
Shauna
  • 9,495
  • 2
  • 37
  • 54
5
votes
0 answers

How to restore accidentally deleted Gitlab issue?

It seems I have accidentally deleted a Gitlab issue. Is there any way to restore it?
Dmitri Zaitsev
  • 13,548
  • 11
  • 76
  • 110
5
votes
3 answers

How to get batch size back from a tensorflow dataset?

It is recommended to use tensorflow dataset as the input pipeline which can be set up as follows: # Specify dataset dataset = tf.data.Dataset.from_tensor_slices((features, labels)) # Suffle dataset = dataset.shuffle(buffer_size=1e5) # Specify…
Miladiouss
  • 4,270
  • 1
  • 27
  • 34
5
votes
1 answer

TypeScript not type checking array constructed with Array() and populated with fill

TypeScript version 2.4.2, compiled with --target ES6 The line of code: var coins: { coin: number}[] = [1,1,1] causes TypeScript to throw error TS2322: Type 'number[]' is not assignable to type '{ coin: number; }[]' However, the line: var coins:…
Rohit Falor
  • 1,254
  • 2
  • 11
  • 17
5
votes
1 answer

Gitlab : add quick-actions in commit comments

I've recently discovered that you can close a Gitlab issue from a commit. For example : git commit -m "my commit name Fix #12" will close the issue #12. I'm also using quick actions in issues comments : /spend 1h. Is it possible to mix those two…
Sixclones
  • 53
  • 4
5
votes
5 answers

Need issue tracker, for general use, not only software

I'm looking for a free or commercial issue tracker. I've looked at a dozen of them, but I can't find what I need. These are my requirements: Not only for software. I need a more general tracker in which "complaints" about products other than…
Robbert Dam
  • 4,027
  • 10
  • 39
  • 58
5
votes
2 answers

Bitbucket issue tracker in PhpStorm

I want to link Tasks to our Bitbucket server. However, when I try to add the server (Tools > Tasks & Content > Configure servers), it wants me to choose a server type. Q1. I have no idea what type to select. I haven't found any reference for this…
Johan P
  • 89
  • 13
5
votes
4 answers

How do I send Issues into BitBucket by email?

I Love BitBucket.org But is there a way to configure BitBucket to accept email and automatically put them into my 'New' Issue list in the issue tracker? BitBucket sends out email notifications, but I want something the other way around. I don't want…
7wp
  • 12,505
  • 20
  • 77
  • 103
5
votes
5 answers

QA team uses HP Quality Center, Dev team wants to use JIRA -- will this work?

Our QA team uses HP Quality Center for defect tracking, test plans, etc. The dev team really detests Quality Center and wants to use JIRA for internal task tracking. Can these two systems work seamlessly together? I have worked on projects where 2…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
5
votes
1 answer

Create issue over github using java

I want to create issue over GitHub using java EGIT API. I have tried it: GitHubClient client = new GitHubClient().setCredentials("abc", "xyz"); IssueService service = new IssueService(client); Repository repo = new Repository();
5
votes
4 answers

How to track a projects extraneous quirks

It's possible that the answer to this question may just be standard bug tracking software like jira or fogbugz, but I'm kind of hoping someone out there knows a better system for what I'm describing. My most current project is requiring a lot of…
Steerpike
  • 17,163
  • 8
  • 39
  • 53
5
votes
3 answers

Securing trac from anonymous users?

I have set up trac on my domain for issue tracking. How to I configure it so that when anonymous users visit the domain, ALL they see is a login form. Basically I want 2 security levels: anonymous - visitors only have access to a login option …
oym
  • 6,983
  • 16
  • 62
  • 88
5
votes
1 answer

Commit message pattern is not applying when commiting

In IntelliJ, I installed the Atlassian connector in order to view my Jira issues within the IDE. I then integrate the issue server with IntelliJ tasks by configuring it in Tasks > Servers in my project settings. In this configuration, I can set a…
ahmehri
  • 756
  • 2
  • 8
  • 26