How can I add and track requirements using Jira? [closed] - tracking

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am trying to use Jira for requirement as well as bug tracking. How do I add requirements into Jira?

My organization uses Issues to track top-level features (usually on support development) and then Subtasks to those Issues for individual requirements. An Issue might be "Linking not working as intended" with a subtask of "Write a new stored procedure to handle blanks."
For new development, you might check out the Agile module for JIRA. We have it, but I am not currently on the project that uses it.

An obvious solution is to use "Issue Type" to distinguish Bugs/Requirements.
Or maybe you could try adding a phony version "BACKLOG" where all requirements go first. Then put approved requirements into a planed sprint version (e.g. "R2011-S1"). This is a work-around when you do not have the Agile extension.

Related

Can a ransomware in a VMware break out? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to test some Ransomware. Therefore I wanna use VMware and create a virtual machine, where I can execute this software. I already deleted the Network device, so that no connection is possible between my computer and the VM. Do I need to know something more about it. Could it be possible that the virus breaks out and affects my PC?
Make sure that you are not playing around with Cerber 6 Ransomware because it has Anti-VM features that can easily bluff you when you are on the test. I just got to know the same from this post:http://ransomwares.net/cerber-6-ransomware/. I request you to read this post to know more about Cerber's new Anti-VM & Anti-Sandboxing features which makes it dangerous than never before!
Be sure to disable all shared folders. Also disable any CPU virtualisation acceleration, then you should be fine.

iText Volumen License print count [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I know iText Volume license is based on how many PDF is getting printed. I cannot find any documentation how to setup a counter. We have JAR files declared in POM and we are building war file. What else needs to be done?
How is this number of PDFs are calculated? Who calculates them, iText or Customer?
See below, Answer to this question involves programming.
The question is also answered on the official web site: How can I log the number of documents / bytes I've processed?
Customers with a capacity rental license are asked to count the metric that was agreed using the Counter mechanism. We have a very simple SysoCounter class that writes information to the System.out.
You can test this SysoCounter like this:
CounterFactory.getInstance().setCounter(new SysoCounter());
Obviously, it's not very useful to have all that information in the System.out. Depending on how you want to store the document count (e.g. you might want to update a value in a database), you should write your own Counter implementation and use CounterFactory.getInstance().setCounter(yourCounter) to get the mechanism in place.

Creating documentation with mkdocs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am using mkdocs for making my documentation file. Its really awesome to make docs with it since it is a static site generator. My doubt is can we create documentation with mkdocs like phpdocumentor? That means just by parsing through the comments and creates docs? Is it possible with mkdocs?
Not possible I'm afraid. MkDocs is a python static site generator while phpdocumentor is a php parser. You could probably create a theme for phpdocumentor based upon one of the themes provided by mkdocs.

What is a credit card sized computer more powerful than a raspberry pi but with the same community and add ons? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am in the market for a raspberry pi or alternative. I've done quite a bit of research but I can't find a raspberry pi alternative that is both more powerful, but also has the same community and add on options. So, can anyone suggest an alternative?
Note:I want one for recreation, I.E. building a robot arm, but I also want to run a low scale server.
Thanks in advance!
I love following #cnxsoft on Twitter and his blog at http://www.cnx-software.com/.
I suggest you to go to his blog and see tags like http://www.cnx-software.com/tag/development-board/ there is every week at least one new board with more and more powerful processors and lower prices... Find one that fits your needs(OS, Pins...)
I'm also not sure why this is marked with tags like "xamarin-studio" :)
I am not sure if this is the right forum, the scope seems too broad. So don't be surprised if this is closed as offtopic.
Can you say what alternatives you have looked at so far?
Try looking into the following and see if they fit your requirement :
http://arduino.cc/en/ArduinoCertified/IntelGalileo
http://beagleboard.org/black
I think you are thinking of the bananapi, or the hummingboard.

private fileserver [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
For our company I want to setup a file sharing service such as Dropbox but on our own servers for our corporate information.
It must be only available for employes of our company.
Please suggest me software package.
I suggest you try http://owncloud.org/.
That's what we use in my company and it is quite convenient to sync our working files (similar to what dropbox do), and to share files as well.
Have a look at arXshare (http://www.arxshare.com). You can install it on any server with PHP, it is easy to setup, and it does not require any database and is very lightweight. Furthermore, it does end-to-end encryption, so your shared files on the server are useless without your password.

Categories