Dear all,
Right now I have a requirement to track different customers and when they require the deliverable. Please provide me an idea how this can be achieved.
eg:
Issue Type: Requirement
Summary: Support XYZ functionality for Customers.
*Customer Name* : Customer1 *Target delivery date* : <date>
*Customer Name* : Customer2 *Target delivery date* : <date>
*Customer Name* : Customer3 *Target delivery date* : <date>
........
I should be able to filter issues with this field for all customers.
Your help is most appreciated, thanks in advance.
Regards,
- Jijo
Have a look at Table Grid Editor.
Anyway, I would prsonally prefer subtasks as Nic above, because those deliveries could have stages and various assignees.
Looks like one issue per customer to me (I'd probably use subtasks for it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on your process, what you want to track and how you want to report on it. I've given you one idea, but I don't have a detailed understanding of your requirements. Use your imagination, and experiment with a dev/test Jira to see how best to use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic,
Thanks for your comment, here it is targetting same feature(requirement) deliverd to customer in different dates.
Is there any way achive it or anyother workaround you can suggest?
Jijo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think i have an idea how to impliment this, thats the reason I'm asking help here..
Basically I want same cascade field (*Customer Name* : Customer3 -> *Target delivery date* : <date>) multiple enty on same edit screen, once I fill first only then next one will appear. [Similar to Attachment field]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that's what I mean by "imagination" - that's another way to do it.
But you'll need a lot of code to do that, as there's no fields that do it already. I'm not even sure there are any fields available in the plugin library that even begin to do that. It's mostly the variable-length data that's not done - you need to catch and store a whole series of value-pairs (customer:date) in the variable length list
The reason I suggested sub-tasks is that you can get those pretty close without any coding. If you define the sub-tasks to simply require "summary" (customer) and "due date", then you've got your list of value pairs, with the variable length.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.